From c32587de291e4587f9388531942e53cd3c190b08 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sun, 23 Jan 2011 17:36:56 +0100 Subject: [PATCH] Removed hint about JSR80. --- usb4java/src/main/java/de/ailis/usb4java/USB.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usb4java/src/main/java/de/ailis/usb4java/USB.java b/usb4java/src/main/java/de/ailis/usb4java/USB.java index bd72eed..459b1cb 100644 --- a/usb4java/src/main/java/de/ailis/usb4java/USB.java +++ b/usb4java/src/main/java/de/ailis/usb4java/USB.java @@ -14,12 +14,6 @@ import java.nio.ByteOrder; * functions of libusb 0.x and defines all the constants. Usage is the same as * documented by libusb. * - * You can use these classes to access USB at a low level but it is recommended - * to use javax.usb (JSR80) instead which usb4java implements. To do this put - * the file javax.usb.resources into the class path with the following content: - * - * javax.usb.services = de.ailis.usb4java.UsbServicesImpl - * * @author Klaus Reimer (k@ailis.de) */