Package org.jivesoftware.database.bugfix
Class OF1515
- java.lang.Object
-
- org.jivesoftware.database.bugfix.OF1515
-
public class OF1515 extends Object
This class implements a fix for a problem identified as issue OF-1515 in the bugtracker of Openfire. The code in this class is intended to be executed only once, under very strict circumstances. The only class responsible for calling this code should be an instance ofSchemaManager
. The database update version corresponding to this fix is 27.- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
- See Also:
- Openfire bugtracker: OF-1515
-
-
Constructor Summary
Constructors Constructor Description OF1515()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executeFix()
-
-
-
Method Detail
-
executeFix
public static void executeFix() throws SQLException
- Throws:
SQLException
-
-