We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c62f1 commit c73e9ceCopy full SHA for c73e9ce
examples/src/main/java/io/opentdf/platform/ListSubjectMappings.java
@@ -16,7 +16,7 @@
16
public class ListSubjectMappings {
17
private static final Logger logger = LogManager.getLogger(ListSubjectMappings.class);
18
19
- public static void main(String[] args) throws Exception {
+ public static void main(String[] args) {
20
21
String clientId = "opentdf";
22
String clientSecret = "secret";
0 commit comments