Skip to content

Commit f0da2cc

Browse files
committed
1.5.4
1 parent d1c8bbe commit f0da2cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/com/marginallyclever/nodegraphcore/DAO4JSONFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/test/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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" />

0 commit comments

Comments
 (0)