Skip to content

Commit 240b194

Browse files
committed
Refine custom @field and @method javadoc tag heads
Follow-up on: - #2079
1 parent 5c5eae1 commit 240b194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binaries/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@
9191
<tag>
9292
<name>field</name>
9393
<placement>f</placement>
94-
<head>Native field</head>
94+
<head>Native code field</head>
9595
</tag>
9696
<tag>
9797
<name>method</name>
9898
<placement>m</placement>
99-
<head>Native method</head>
99+
<head>Native code method</head>
100100
</tag>
101101
</tags>
102102
</configuration>

0 commit comments

Comments
 (0)