X-Git-Url: https://git.hedgecode.org/?p=chesshog.git;a=blobdiff_plain;f=chesshog-uci%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2Fuci%2FUCIConstants.java;fp=src%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2Fuci%2FUCIConstants.java;h=1fb5004a51ca218310fdf88d20165beace3303d0;hp=e8e1bfca0bebb5414bfb5fa2324b516de4afc19b;hb=1c1d899a4dc4144e6b8ec93c0afcda09b38b5f6f;hpb=1fbf14530416c16f1c6fa5ee3e589482dd722a5d diff --git a/src/main/java/org/hedgecode/chess/uci/UCIConstants.java b/chesshog-uci/src/main/java/org/hedgecode/chess/uci/UCIConstants.java similarity index 95% rename from src/main/java/org/hedgecode/chess/uci/UCIConstants.java rename to chesshog-uci/src/main/java/org/hedgecode/chess/uci/UCIConstants.java index e8e1bfc..1fb5004 100644 --- a/src/main/java/org/hedgecode/chess/uci/UCIConstants.java +++ b/chesshog-uci/src/main/java/org/hedgecode/chess/uci/UCIConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. Developed by Hedgecode. + * Copyright (c) 2018-2019. Developed by Hedgecode. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ public final class UCIConstants { private UCIConstants() { throw new AssertionError( - "No org.hedgecode.chess.uci.UCIConstants instances!" + "No UCIConstants instances!" ); }