We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79608a commit fb5fb3fCopy full SHA for fb5fb3f
simpleclient_pushgateway/src/main/java/io/prometheus/client/exporter/Base64.java
@@ -3,7 +3,7 @@
3
import javax.xml.bind.DatatypeConverter;
4
5
/**
6
- * This class delegates to either javax.xml.bind.DatatypeConverter (for Java < 8) or java.util.Base64 (Java 8+)
+ * This class delegates to either javax.xml.bind.DatatypeConverter (for Java < 8) or java.util.Base64 (Java 8+)
7
* to perform Base64 encoding of a String.
8
*
9
* This code requires Java 8+ for compilation.
@@ -30,7 +30,7 @@ private Base64() {}
30
31
* Passing a null argument will cause a NullPointerException to be thrown.
32
33
- * @param src
+ * @param src string to be encoded
34
* @return String in Base64 encoding
35
*/
36
@SuppressWarnings("all")
0 commit comments