Skip to content

Commit 79bc9d4

Browse files
author
hz2004
committed
test git config
1 parent 5048ccb commit 79bc9d4

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

‎gradle/.idea/workspace.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎zookeeper/.idea/workspace.xml‎

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎zookeeper/src/main/java/com/hz/demo/DataMonitor.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public void process(WatchedEvent event) {
7676
}
7777
} else {
7878
if (path != null && path.equals(znode)) {
79-
// Something has changed on the node, let's find out
80-
zk.exists(znode, true, this, null);
79+
// Something has changed on the node, let's fin d out
80+
zk.exists(znode, true, this, null);
8181
}
8282
}
8383
if (chainedWatcher != null) {

‎zookeeper/src/main/java/com/hz/demo/MainExecutor.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public MainExecutor(String hostPort, String znode, String filename,
4747
* @param args
4848
*/
4949
public static void main(String[] args) {
50-
System.out.println("this is a zookeeper demo.");
50+
System.out.println("this is a zookeeper demo. ");
5151

5252
if (args.length < 4) {
5353
System.err.println("USAGE: MainExecutor hostPort znode filename program [args ...]");

0 commit comments

Comments
 (0)