Skip to content

Commit e205206

Browse files
committed
Added java file to test
1 parent f0345ea commit e205206

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/groovy/io/github/ankushs92/GeoUaParserApiApplication.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GeoUaParserApiApplication {
3838
}
3939
else {
4040
log.error "Deployment Failed with exception ", deployment.cause()
41-
}
41+
}
4242
})
4343
}
4444
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package io.github.ankushs92;
2+
3+
public class Test {
4+
}

0 commit comments

Comments
 (0)