Skip to content

Commit 41bd595

Browse files
authored
1.3.6-SNAPSHOT
1 parent 66e287c commit 41bd595

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.herospvp</groupId>
88
<artifactId>database-lib</artifactId>
9-
<version>1.3.5-SNAPSHOT</version>
9+
<version>1.3.6-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

src/main/java/net/herospvp/database/Musician.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void run() {
123123
if (debugMode && getConnectionTime != 0) {
124124
System.out.println("[database-lib] Worker: " + currentThread().getName());
125125
System.out.println("[database-lib] Got connection in: " + (getConnectionTime - startTime) + "ms");
126-
System.out.println("[database-lib] Wrote: " + papersWritten + " papers ("
126+
System.out.println("[database-lib] Wrote " + papersWritten + " paper(s) in "
127127
+ (System.currentTimeMillis() - startTime) + " ms");
128128
}
129129
papersWritten = 0;

0 commit comments

Comments
 (0)