Skip to content

Commit 3d54364

Browse files
committed
[GR-62031] Fix the logging demo configuration example.
PullRequest: graal/20013
2 parents 1234f03 + 3bd2100 commit 3d54364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-manual/native-image/guides/add-logging-to-native-executable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example, if you use `java.util.logging.FileHandler`, then provide the follow
2222
{
2323
"name" : "java.util.logging.FileHandler",
2424
"methods" : [
25-
{ "name" : "<init>", "parameterTypes" : [] },
25+
{ "name" : "<init>", "parameterTypes" : [] }
2626
]
2727
}
2828
```

0 commit comments

Comments
 (0)