Skip to content

Commit 1c5ba91

Browse files
committed
Prevent instantiation of TinyProperties class
1 parent 33ccdd5 commit 1c5ba91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/net/fabricmc/mappingio/format/tiny/TinyProperties.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* Internally, trees use the lowest common denominator.
2222
*/
2323
public final class TinyProperties {
24+
private TinyProperties() {
25+
}
26+
2427
// Tiny v1
2528
static final String intermediaryCounter = "# INTERMEDIARY COUNTER";
2629
public static final String NEXT_INTERMEDIARY_CLASS = intermediaryCounter + " class";

0 commit comments

Comments
 (0)