Update SimpleJavaEDDNSubscribe.java

This commit is contained in:
JelleV 2022-02-27 17:42:59 +01:00
parent 47091574a3
commit aeeab4f4d2

View File

@ -50,4 +50,4 @@ public class SimpleJavaEDDNSubscribe {
String outputString = new String(result, 0, resultLength, "UTF-8");
return outputString;
}
}
}