Skip to content

Commit b2dd08c

Browse files
committed
better wording
1 parent d9e4de2 commit b2dd08c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/falsepattern/lib/api/Deprecation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
final class Deprecation {
44
static void warn() {
55
new Exception("\nDEPRECATION WARNING\nDEPRECATION WARNING\n" +
6-
"Someone used the deprecated FalsePatternLib api.\n" +
7-
"This api will be replaced in FalsePatternLib 0.7! You should probably update your mods.\n" +
8-
"See the following stacktrace for hints on what mod could be the cause.").printStackTrace();
6+
"Someone used the deprecated FalsePatternLib api from 0.5 and before.\n" +
7+
"This api was deprecated in 0.6.0, and will be REMOVED in FalsePatternLib 0.7! You should probably update your mods.\n" +
8+
"See the following stacktrace for hints on what mod might be the cause.").printStackTrace();
99
}
1010
}

0 commit comments

Comments
 (0)