File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/java/net/siisise/io Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.siisise</groupId >
55 <artifactId >softlib</artifactId >
6- <version >1.1.10-SNAPSHOT </version >
6+ <version >1.1.10</version >
77 <packaging >jar</packaging >
88 <name >SoftLib</name >
99 <description >Java simple API Packet io, base64, etc...</description >
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public void testEncode() {
3838 int length = bytes .length ;
3939 BASE58 instance = new BASE58 ();
4040 String expResult = "StV1DL6CwTryKyV" ;
41- // "TcgsESe9XJSrakNTEQQ";
4241 String result = instance .encode (bytes , offset , length );
4342
4443 System .out .println (new String (instance .decode (result ), StandardCharsets .UTF_8 ));
You can’t perform that action at this time.
0 commit comments