- use final attribute for logger

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@182 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-10-24 13:58:05 +00:00
parent 8f3325e137
commit c6fbe3e654

View File

@@ -10,7 +10,7 @@ import ch.ntb.usb.logger.LogUtil;
public class TestImplementation {
private static Logger logger = LogUtil.getLogger("ch.ntb.usb.test");
private static final Logger logger = LogUtil.getLogger("ch.ntb.usb.test");
public static String sendData = "0x5b 0x02 0x01 0x00 0x03 0x03 0xf0 0xf0 0x1f";