Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
</goals>
</execution>
</executions>
<configuration>
<excludePackageNames>net.jpountz.util</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.gradlex</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/java/net/jpountz/util/ByteBufferUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import java.nio.ByteOrder;
import java.nio.ReadOnlyBufferException;

/** <b>FOR INTERNAL USE ONLY</b> */
public enum ByteBufferUtils {
;

Expand Down
2 changes: 1 addition & 1 deletion src/java/net/jpountz/util/Native.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.io.InputStream;
import java.io.FilenameFilter;

/** FOR INTERNAL USE ONLY */
/** <b>FOR INTERNAL USE ONLY</b> */
public enum Native {
;

Expand Down
1 change: 1 addition & 0 deletions src/java/net/jpountz/util/SafeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import java.nio.ByteOrder;

/** <b>FOR INTERNAL USE ONLY</b> */
public enum SafeUtils {
;

Expand Down
1 change: 1 addition & 0 deletions src/java/net/jpountz/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import java.nio.ByteOrder;

/** <b>FOR INTERNAL USE ONLY</b> */
public enum Utils {
;

Expand Down
2 changes: 1 addition & 1 deletion src/java/net/jpountz/util/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>Utility classes.</p>
<p>Utility classes, <b>FOR INTERNAL USE ONLY</b></p>
</body>
</html>