Skip to content

Commit cb11469

Browse files
authored
Merge pull request #1869 from hazendaz/copyright
Formatting Changes - mostly in javadocs
2 parents edc7be7 + 666c130 commit cb11469

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+168
-157
lines changed

src/main/java/org/apache/ibatis/annotations/AutomapConstructor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The marker annotation that indicate a constructor for automatic mapping.
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/CacheNamespace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* The annotation that specify to use cache on namespace(e.g. mapper interface).
3030
*
31-
* <p><br>
31+
* <p>
3232
* <b>How to use:</b>
3333
*
3434
* <pre>

src/main/java/org/apache/ibatis/annotations/CacheNamespaceRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* <p>If you use this annotation, should be specified either {@link #value()} or {@link #name()} attribute.
2828
*
29-
* <p><br>
29+
* <p>
3030
* <b>How to use:</b>
3131
*
3232
* <pre>

src/main/java/org/apache/ibatis/annotations/ConstructorArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The annotation that be grouping mapping definitions for constructor.
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The annotation that specify an SQL for deleting record(s).
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/DeleteProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The annotation that specify a method that provide an SQL for deleting record(s).
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/Flush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The maker annotation that invoke a flush statements via Mapper interface.
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/Insert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The annotation that specify an SQL for inserting record(s).
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/InsertProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* The annotation that specify a method that provide an SQL for inserting record(s).
2626
*
27-
* <p><br>
27+
* <p>
2828
* <b>How to use:</b>
2929
*
3030
* <pre>

src/main/java/org/apache/ibatis/annotations/Lang.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* The annotation that specify a {@link LanguageDriver} to use.
2828
*
29-
* <p><br>
29+
* <p>
3030
* <b>How to use:</b>
3131
*
3232
* <pre>

0 commit comments

Comments
 (0)