Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Mar 19, 2024
1 parent bac261f commit 62feda6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public DocSection section() {
final DocSection test = new DocSection("Test", "javainterop.test");
all.addSection(test);
test.addItem(diBuilder.getDocItem("java-obj?"));
test.addItem(diBuilder.getDocItem("instance-of?"));
test.addItem(diBuilder.getDocItem("enum?"));
test.addItem(diBuilder.getDocItem("instance-of?"));
test.addItem(diBuilder.getDocItem("exists-class?"));

final DocSection clazz = new DocSection("Classes", "javainterop.classes");
Expand Down

0 comments on commit 62feda6

Please sign in to comment.