Skip to content

Commit

Permalink
Maven compiler plugin version up to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pavlov committed Jan 7, 2017
1 parent 160393c commit 3824c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.1</version>
<configuration>
<fork>true</fork>
<maxmem>512m</maxmem>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/dkf/jed2k/Conn.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static TransferHandle addTransfer(final Session s, final Hash hash, final long s

return h;
} catch (JED2KException e) {
log.warn("[CONN] Add transfer failed {}", e.toString());
log.warn("[CONN] add transfer failed {}", e.toString());
}

return null;
Expand Down

0 comments on commit 3824c8b

Please sign in to comment.