Skip to content

Commit 3824c8b

Browse files
author
a-pavlov
committed
Maven compiler plugin version up to 3.1
1 parent 160393c commit 3824c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-compiler-plugin</artifactId>
44-
<version>2.3.2</version>
44+
<version>3.1</version>
4545
<configuration>
4646
<fork>true</fork>
4747
<maxmem>512m</maxmem>

core/src/main/java/org/dkf/jed2k/Conn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static TransferHandle addTransfer(final Session s, final Hash hash, final long s
7777

7878
return h;
7979
} catch (JED2KException e) {
80-
log.warn("[CONN] Add transfer failed {}", e.toString());
80+
log.warn("[CONN] add transfer failed {}", e.toString());
8181
}
8282

8383
return null;

0 commit comments

Comments
 (0)