diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-15 13:49:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-15 13:49:06 -0700 |
| commit | 86c81375462c874c34770bdd10df187075f10389 (patch) | |
| tree | d6ba64d159a6f58c5519abd147f8afb12610deac /other/java/client | |
| parent | 22f8aae02856bc9daf5f77a721444a5a83ecb48a (diff) | |
| download | seaweedfs-86c81375462c874c34770bdd10df187075f10389.tar.xz seaweedfs-86c81375462c874c34770bdd10df187075f10389.zip | |
1.3.4
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 2 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 2 | ||||
| -rw-r--r-- | other/java/client/src/main/java/seaweedfs/client/ChunkCache.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index d35415a9d..8cf72c02c 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index d35415a9d..8cf72c02c 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index 1a8638fa8..c9a8247c4 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.3</version> + <version>1.3.4</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/src/main/java/seaweedfs/client/ChunkCache.java b/other/java/client/src/main/java/seaweedfs/client/ChunkCache.java index 3a33224b8..58870d742 100644 --- a/other/java/client/src/main/java/seaweedfs/client/ChunkCache.java +++ b/other/java/client/src/main/java/seaweedfs/client/ChunkCache.java @@ -7,7 +7,7 @@ import java.util.concurrent.TimeUnit; public class ChunkCache { - private final Cache<String, byte[]> cache; + private Cache<String, byte[]> cache = null; public ChunkCache(int maxEntries) { if (maxEntries == 0) { |
