Beep and print error message if PCGen is debugging. @param s String error message
(final String s)
| 246 | * @param s String error message |
| 247 | */ |
| 248 | public static void deprecationPrint(final String s) |
| 249 | { |
| 250 | deprecationPrint(s, null); |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * Beep and print error message if PCGen is debugging. |
no test coverage detected