correct whitespace

This commit is contained in:
gojomo
2010-07-27 00:13:16 +00:00
parent be954bc9b9
commit 9a74685065
@@ -427,7 +427,8 @@ implements Lifecycle, Checkpointable {
String sfx = getSuffix();
sfx = sfx.trim();
if (sfx.contains(WriterPoolMember.HOSTNAME_VARIABLE)) { String str = "localhost.localdomain";
if (sfx.contains(WriterPoolMember.HOSTNAME_VARIABLE)) {
String str = "localhost.localdomain";
try {
str = InetAddress.getLocalHost().getCanonicalHostName();
} catch (UnknownHostException ue) {