File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/com/marginallyclever/nodegraphcore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.marginallyclever</groupId >
66 <artifactId >nodegraphcore</artifactId >
7- <version >1.5.3 </version >
7+ <version >1.5.4 </version >
88
99 <name >NodeGraphCore</name >
1010 <description >Flow based programming in Java.</description >
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public static void registerAllDAOInPackage(String packageName) throws GraphExcep
116116 }
117117 }
118118
119- static int size () {
119+ public static int size () {
120120 return daoRegistry .size ();
121121 }
122122
Original file line number Diff line number Diff line change 1717 </then >
1818 </if >
1919
20- <logger name =" com.marginallyclever" level =" debug " />
20+ <logger name =" com.marginallyclever" level =" info " />
2121
2222 <root level =" info" >
2323 <appender-ref ref =" FILE" />
You can’t perform that action at this time.
0 commit comments