Skip to content

Commit d668fbc

Browse files
authored
Update ExceptionThrower.java
1 parent c471d12 commit d668fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/devopsdemo/utilities/ExceptionThrower.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public void doNothing() throws IOException {
1818
throw new IOException("TESTIOEXCEPTION");
1919
}
2020

21+
//Test
2122
private void doXXX() {
2223
try {
2324
doYYY();

0 commit comments

Comments
 (0)