Skip to content

Commit

Permalink
Disable implicit logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vjekoslav Nesek committed Feb 7, 2015
1 parent 644ed57 commit 76e6cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nmote/xr/EndpointBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ public EndpointBuilder<T> using(TypeConverter typeConverter) {
private List<Class<?>> additionalInterfaces = new ArrayList<Class<?>>();
private ClassLoader classLoader;
private FaultMapper faultMapper = DefaultFaultMapper.getInstance();
private LoggerAdapter logger = LoggerAdapter.SYSTEM_ERR;
private LoggerAdapter logger;
private TypeConverter typeConverter = DefaultTypeConverter.getInstance();
}

0 comments on commit 76e6cbb

Please sign in to comment.