mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 23:25:44 +00:00
correct whitespace
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user