Removed unnecessary warning suppression. Please change your local
eclipse setting "Ignore unused parameters documented with '@param' tag." instead.
This commit is contained in:
parent
12b8622b83
commit
d21b59d488
@ -804,13 +804,13 @@ public final class LibUsb
|
||||
* array is too small
|
||||
*/
|
||||
@Deprecated
|
||||
public static int getPortPath(@SuppressWarnings("unused") final Context context,
|
||||
final Device device, final ByteBuffer path)
|
||||
public static int getPortPath(final Context context, final Device device,
|
||||
final ByteBuffer path)
|
||||
{
|
||||
return getPortNumbers(device, path);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Get the the parent from the specified device [EXPERIMENTAL].
|
||||
*
|
||||
* Please note that the reference count of the returned device is not
|
||||
|
||||
Loading…
Reference in New Issue
Block a user