Skip to content

Commit

Permalink
Modify logger
Browse files Browse the repository at this point in the history
  • Loading branch information
janakamarasena committed Aug 15, 2019
1 parent 3ff3144 commit bfc7a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk8
cache:
directories:
- .autoconf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
public class BulkResourceManager extends AbstractResourceManager {

private Log logger = LogFactory.getLog(BulkResourceManager.class);
private static final Log logger = LogFactory.getLog(BulkResourceManager.class);
private JSONEncoder encoder;
private JSONDecoder decoder;
private BulkRequestProcessor bulkRequestProcessor;
Expand Down

0 comments on commit bfc7a48

Please sign in to comment.