Tagged Questions
0
votes
3answers
315 views
How do I avoid unwanted log messages on java project?
On my java project, I have a bunch of strings externalized on a messages.properties file. On its respective Messages.java file I had the same number of public static String-typed attributes, so I ...