format
This commit is contained in:
parent
002779dffb
commit
85ce03969d
|
@ -74,7 +74,7 @@ public final class ServiceBinding<R extends Service> {
|
|||
|
||||
public void setService(R service) {
|
||||
if ( this.service != null ) {
|
||||
if (log.isDebugEnabled()) {
|
||||
if ( log.isDebugEnabled() ) {
|
||||
log.debug( "Overriding existing service binding [" + serviceRole.getName() + "]" );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue