Some clean code refactorings

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-05-20 08:41:47 +02:00
parent 79d604ca0b
commit 27ae067758
2 changed files with 10 additions and 6 deletions

View File

@@ -76,4 +76,4 @@ public class DefaultProtocolProperties implements ProtocolProperties {
public void setPort(final String port) {
this.port = port;
}
}
}