Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jul 31, 2024
1 parent 8157507 commit 199b787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<cobertura.maven.plugin>2.6</cobertura.maven.plugin>
<coveralls.maven.plugin>3.2.1</coveralls.maven.plugin>
<disruptor.verion>3.4.4</disruptor.verion>
<fury.version>0.6.0</fury.version>
<hessian.version>3.5.3</hessian.version>
<java.version>1.8</java.version>
<junit.version>4.13.1</junit.version>
Expand All @@ -87,7 +88,6 @@
<slf4j.version>1.7.21</slf4j.version>
<sofa.common.tools>1.4.0</sofa.common.tools>
<sortpom.maven.plugin>2.4.0</sortpom.maven.plugin>
<fury.version>0.6.0</fury.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SerializerManager {

//public static final byte Json = 2;

public static final byte Fury = 3;
public static final byte Fury = 3;

private static final ReentrantLock REENTRANT_LOCK = new ReentrantLock();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@
import org.junit.Assert;
import org.junit.Test;


import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;

/**
* @author [email protected]
*/
public class FurySerializerTest{
public class FurySerializerTest {

public static FurySerializer serializer;

Expand Down

0 comments on commit 199b787

Please sign in to comment.