Made a small change to the KDDI AU parsing code to handle pronunciation (aka Furigana...
[zxing.git] / core / src / com / google / zxing / client / result / AbstractDoCoMoResultParser.java
index 1c84175..2318924 100644 (file)
@@ -36,8 +36,4 @@ abstract class AbstractDoCoMoResultParser extends ResultParser {
     return matchSinglePrefixedField(prefix, rawText, ';', trim);
   }
 
-  static String[] maybeWrap(String value) {
-    return value == null ? null : new String[] { value };
-  }
-
 }