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 d82dd26 commit c0f5c66Copy full SHA for c0f5c66
examples-ldp.md
@@ -33,7 +33,7 @@ Process finished with exit code 0
33
### Example code (signing)
34
35
Map<String, Object> claims = new LinkedHashMap<>();
36
- Map<String, Object> degree = new LinkedHashMap<String, Object>();
+ Map<String, Object> degree = new LinkedHashMap<>();
37
degree.put("name", "Bachelor of Science and Arts");
38
degree.put("type", "BachelorDegree");
39
claims.put("college", "Test University");
0 commit comments