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.
TinyProperties
1 parent 33ccdd5 commit 1c5ba91Copy full SHA for 1c5ba91
src/main/java/net/fabricmc/mappingio/format/tiny/TinyProperties.java
@@ -21,6 +21,9 @@
21
* Internally, trees use the lowest common denominator.
22
*/
23
public final class TinyProperties {
24
+ private TinyProperties() {
25
+ }
26
+
27
// Tiny v1
28
static final String intermediaryCounter = "# INTERMEDIARY COUNTER";
29
public static final String NEXT_INTERMEDIARY_CLASS = intermediaryCounter + " class";
0 commit comments