We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3709d commit dca8333Copy full SHA for dca8333
activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
@@ -56,7 +56,13 @@ private Registry() {
56
: null;
57
}
58
59
+ /**
60
+ * @deprecated Not used anymore.
61
+ */
62
+ @Deprecated
63
public boolean initialized() {
64
+ // This will return true if AT LEAST ONE DB was initialized, not if ALL were (if there are more than one).
65
+ // Hopefully this is not used anywhere.
66
return !initedDbs.isEmpty();
67
68
0 commit comments