Skip to content

Commit d3d299a

Browse files
committed
mark BWTA as deprecated instead of writing a warningt to stderr
1 parent 50364db commit d3d299a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/bwta/BWTA.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ public static void setFailOnErrorStream(OutputStream stream) {
4242
bwem.setFailOutputStream(stream);
4343
}
4444

45+
/**
46+
* @deprecated This BWTA is fake and only translates BWTA calls to their respective BWEM calls. Please use BWEM directly if possible."
47+
*/
48+
@Deprecated
4549
public static void readMap(final Game game) {
46-
System.err.println("WARNING: this BWTA is fake and only translates BWTA calls to their respective BWEM calls. Please use BWEM directly if possible.");
4750
bwem = new BWEM(game);
4851
}
4952

0 commit comments

Comments
 (0)