"Split" ReaderException into subclasses to enable more useful error reporting
[zxing.git] / core / test / src / com / google / zxing / client / result / URIParsedResultTestCase.java
index d35cec2..055f86c 100644 (file)
@@ -16,9 +16,9 @@
 
 package com.google.zxing.client.result;
 
-import junit.framework.TestCase;
-import com.google.zxing.Result;
 import com.google.zxing.BarcodeFormat;
+import com.google.zxing.Result;
+import junit.framework.TestCase;
 
 /**
  * Tests {@link URIParsedResult}.