Skip to content

Commit 08a0746

Browse files
committed
changed maven-javadoc-plugin show parameter to public
1 parent 56222c7 commit 08a0746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<version>3.6.3</version>
165165
<configuration>
166166
<source>${java.version}</source>
167-
<show>package</show>
167+
<show>public</show>
168168
</configuration>
169169
<executions>
170170
<execution>

0 commit comments

Comments
 (0)