Skip to content

Commit 800212d

Browse files
committed
Restore pom and note
1 parent adfa8eb commit 800212d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
<source>11</source>
8686
<detectJavaApiLink>false</detectJavaApiLink>
8787
<!-- Turn off Java 8 strict Javadoc checking -->
88-
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
89-
<doclint>none</doclint>
88+
<additionalparam>-Xdoclint:none</additionalparam>
9089
<sourceFileIncludes>
9190
<sourceFileInclude>**/*.java</sourceFileInclude>
9291
</sourceFileIncludes>

src/test/java/org/casbin/jcasbin/main/benchmark/BenchmarkAllModelApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* If you want see more info of result, please use other files in the same directory
3131
*
3232
* @author imp2002
33-
* 2022-07-12 8:45
33+
* @data 2022-07-12 8:45
3434
*/
3535

3636
@BenchmarkMode(Mode.AverageTime)

0 commit comments

Comments
 (0)