Do not cache results, fixes: 3122
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / Bib1Diagnostic.java
index f567112..ad08aef 100644 (file)
@@ -121,7 +121,7 @@ class Bib1Diagnostic {
         errorCodes.put(247, "Type1QueryAttributesetAsPartOfAttributeelementNotSupported");
     }
 
-    public static String GetError(int errorCode) {
+    public static String getError(int errorCode) {
         String errorText = "Unknown Error";
 
         if (errorCodes.containsKey(errorCode)) {