Currently there are some warnings when you compile with
Java 5. All of them are related to
varargs. Above are the problematic code and suggested correction for Java 5 compatibility:
src/net/jforum/Command.java: 106
new src/net/jforum/Command.java: 106
and
src/net/jforum/util/mail/TopicSpammer.java: 94
new src/net/jforum/util/mail/TopicSpammer.java: 94
[originally posted on jforum.net by gangrel-br]