|
+ P4Uri uri = new P4Uri(uriString); + setP4Uri(uri); - log.debug("Construct P4Adapter() - {}", uri.getUri(P4UriType.P4)); + log.debug("Construct P4Adapter() - {}");
Robert Cowham (on P4Adapter.java, line 96) commented
10 years ago
Looks like the {} should be removed? |
Reply ·0 | |
|
|
|
+ P4Uri uri = new P4Uri(uriString); + setP4Uri(uri); - log.debug("Construct P4Adapter() - {}", uri.getUri(P4UriType.P4)); + log.debug("Construct P4Adapter() - {}"); |
Reply ·0 | |
|