Skip to content

Commit

Permalink
fix-0000: quick update & refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbu committed Oct 11, 2024
1 parent 0349187 commit 310efbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/demo/redis/RedisExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class RedisExample {
public static void main(String[] args) {
// use HostAndPort
// use HostAndPort if you are using JedisCluster
Jedis jedis = new Jedis("localhost", 6379);

System.out.println("Connection to server successfully");
Expand Down
45 changes: 0 additions & 45 deletions src/main/java/com/demo/redis/RedisQueryExample.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.demo.thread;
package com.jdk.jdk.thread;

public class ThreadCountTest {
public static void main(String[] args) {
Expand Down

0 comments on commit 310efbb

Please sign in to comment.