Removed unnecessary warning suppression. Please change your local

eclipse setting "Ignore unused parameters documented with '@param' tag."
instead.
This commit is contained in:
Klaus Reimer 2013-09-14 20:06:25 +02:00
parent 12b8622b83
commit d21b59d488

View File

@ -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