RLH-5 - integrate YouTrack
This commit is contained in:
@@ -17,7 +17,6 @@ public class HiveMain {
|
|||||||
private static final Logger LOGGER = LogManager.getLogger(HiveMain.class);
|
private static final Logger LOGGER = LogManager.getLogger(HiveMain.class);
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
LOGGER.info("Hello world!");
|
|
||||||
|
|
||||||
LOGGER.info("Registering shutdown hooks");
|
LOGGER.info("Registering shutdown hooks");
|
||||||
Runtime.getRuntime().addShutdownHook(shutdownHook);
|
Runtime.getRuntime().addShutdownHook(shutdownHook);
|
||||||
|
Reference in New Issue
Block a user