Skip to content

Commit 0229f0a

Browse files
Merge pull request #166 from regulaforensics/fix/SP-22053
SP-22053 - Remove System.exit(0);
2 parents 6e34a84 + 95d75bd commit 0229f0a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

example/src/main/java/com/regula/documentreader/webclient/encryptedRCL/Example.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public static void main(String[] args) throws IOException, UnsupportedEncodingEx
9393

9494
// how to get low lvl individual results
9595
LexicalAnalysisResult lexResult = response.resultByType(Result.LEXICAL_ANALYSIS);
96-
System.exit(0);
9796
}
9897

9998
@Nullable

example/src/main/java/com/regula/documentreader/webclient/example/Main.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ public static void main(String[] args) throws IOException, ApiException {
142142
LexicalAnalysisResult lexResult = response.resultByType(Result.LEXICAL_ANALYSIS);
143143

144144
}).start();
145-
146-
147-
System.exit(0);
148145
}
149146

150147
@Nullable

0 commit comments

Comments
 (0)