Skip to content

Commit fb5fb3f

Browse files
committed
Fix javadoc
1 parent a79608a commit fb5fb3f

File tree

1 file changed

+2
-2
lines changed
  • simpleclient_pushgateway/src/main/java/io/prometheus/client/exporter

1 file changed

+2
-2
lines changed

simpleclient_pushgateway/src/main/java/io/prometheus/client/exporter/Base64.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import javax.xml.bind.DatatypeConverter;
44

55
/**
6-
* This class delegates to either javax.xml.bind.DatatypeConverter (for Java < 8) or java.util.Base64 (Java 8+)
6+
* This class delegates to either javax.xml.bind.DatatypeConverter (for Java &lt; 8) or java.util.Base64 (Java 8+)
77
* to perform Base64 encoding of a String.
88
*
99
* This code requires Java 8+ for compilation.
@@ -30,7 +30,7 @@ private Base64() {}
3030
*
3131
* Passing a null argument will cause a NullPointerException to be thrown.
3232
*
33-
* @param src
33+
* @param src string to be encoded
3434
* @return String in Base64 encoding
3535
*/
3636
@SuppressWarnings("all")

0 commit comments

Comments
 (0)