Skip to content

Commit 3456240

Browse files
committed
remove a config to get names of parameters
1 parent eab9cd2 commit 3456240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jdk_8_maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<source>1.8</source>
6060
<target>1.8</target>
6161
<!-- it is required in order to get parameter name for reflection -->
62-
<compilerArgument>-parameters</compilerArgument>
62+
<!-- <compilerArgument>-parameters</compilerArgument>-->
6363
</configuration>
6464
</plugin>
6565
</plugins>

0 commit comments

Comments
 (0)