forked from j62/ctbrec
Correct typo
This commit is contained in:
parent
1b129ebd41
commit
88a6ab3a91
|
@ -113,7 +113,7 @@ public class HttpServer {
|
|||
} catch (IOException e) {
|
||||
LOG.error("Couldn't save configuration", e);
|
||||
}
|
||||
LOG.info("Good bye!");
|
||||
LOG.info("Goodbye!");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue