Skip to content

Commit c73e9ce

Browse files
committed
fix(examples): remove needless throws exception
Signed-off-by: Scott Hamrick <2623452+cshamrick@users.noreply.github.com>
1 parent c1c62f1 commit c73e9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/io/opentdf/platform/ListSubjectMappings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class ListSubjectMappings {
1717
private static final Logger logger = LogManager.getLogger(ListSubjectMappings.class);
1818

19-
public static void main(String[] args) throws Exception {
19+
public static void main(String[] args) {
2020

2121
String clientId = "opentdf";
2222
String clientSecret = "secret";

0 commit comments

Comments
 (0)