File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
main/java/com/cloudinary/utils
test/java/com/cloudinary/analytics Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -111,4 +111,4 @@ private String reverseVersion(String SDKSemver) throws Exception {
111111 }
112112 return StringUtils .join (StringUtils .reverseStringArray (versionArray ), "." );
113113 }
114- }
114+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ public class AnalyticsTest {
1414
1515 @ Before
1616 public void setUp () {
17- System .out .println ("Running " + this .getClass ().getName () + "." + currentTest .getMethodName ());
1817 this .cloudinary = new Cloudinary ("cloudinary://a:b@test123?load_strategies=false" );
1918 }
2019
@@ -83,4 +82,4 @@ public void tearDown() {
8382 cloudinary .analytics = null ;
8483 }
8584
86- }
85+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ sourceCompatibility = 1.7
22targetCompatibility = 1.7
33
44javadoc {
5- failOnError false
65 options. encoding = ' UTF-8'
76}
87
@@ -39,4 +38,4 @@ tasks.withType(Test) {
3938
4039tasks. withType(JavaCompile ) {
4140 options. encoding = ' UTF-8'
42- }
41+ }
You can’t perform that action at this time.
0 commit comments