We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382826a commit 1ab7a51Copy full SHA for 1ab7a51
src/test/java/org/javawebstack/orm/test/ExampleTest.java
@@ -25,7 +25,7 @@ public void testExample() throws ORMConfigurationException {
25
assertEquals("Test", example.title);
26
}
27
28
- private static class Example extends Model {
+ public static class Example extends Model {
29
@Column
30
int id;
31
0 commit comments