Fixed Coverity defect 131711

This commit is contained in:
Sebastian Stenzel
2016-07-05 23:18:18 +02:00
parent 6283d2df3d
commit 5c959989a2

View File

@@ -73,7 +73,7 @@ public abstract class UpgradeStrategy {
/**
* Thrown when data migration failed.
*/
public class UpgradeFailedException extends Exception {
public static class UpgradeFailedException extends Exception {
UpgradeFailedException() {
}