Commit c0099b20 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

qdox appears to get mad about a lack of semicolon at the end of an enum. k...

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10074 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9cb8e1b9
......@@ -239,7 +239,7 @@ public class HistoryStrategy {
*/
public enum Type {
defaulType, none, all, number
}
};
/**
* Obtain the strategy type from string name. See the Type enumeration name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment