Commit 5ade52ec authored by 符瀚's avatar 符瀚

del 标记

parent 5e88de3c
......@@ -55,7 +55,7 @@ public class ClientIdentifier {
} catch (IOException e) {
MajoraLogger.getLogger().error("can not write id file: " + file.getAbsolutePath(), e);
}
return "66_"+clientIdInMemory;
return clientIdInMemory;
}
private static void writeFile(File file, String data) throws IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment