Skip to content

Commit 90a4686

Browse files
committed
[ci] Add period in javadoc on packing info files and add one missing package info file
1 parent 7b39ea6 commit 90a4686

File tree

21 files changed

+39
-20
lines changed

21 files changed

+39
-20
lines changed

src/main/java/org/apache/ibatis/annotations/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Contains all the annotation that are used in mapper interfaces
17+
* Contains all the annotation that are used in mapper interfaces.
1818
*/
1919
package org.apache.ibatis.annotations;
2020

src/main/java/org/apache/ibatis/binding/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Bings mapper interfaces with mapped statements
17+
* Bings mapper interfaces with mapped statements.
1818
*/
1919
package org.apache.ibatis.binding;

src/main/java/org/apache/ibatis/builder/annotation/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Parses annotions to create a Configuration
17+
* Parses annotions to create a Configuration.
1818
*/
1919
package org.apache.ibatis.builder.annotation;

src/main/java/org/apache/ibatis/builder/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Base package for the Configuration building code
17+
* Base package for the Configuration building code.
1818
*/
1919
package org.apache.ibatis.builder;

src/main/java/org/apache/ibatis/builder/xml/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Parses XML files to create a Configuration
17+
* Parses XML files to create a Configuration.
1818
*/
1919
package org.apache.ibatis.builder.xml;

src/main/java/org/apache/ibatis/cache/decorators/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Contains cache decorators
17+
* Contains cache decorators.
1818
*/
1919
package org.apache.ibatis.cache.decorators;

src/main/java/org/apache/ibatis/cache/impl/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Contains the default cache implementation
17+
* Contains the default cache implementation.
1818
*/
1919
package org.apache.ibatis.cache.impl;

src/main/java/org/apache/ibatis/cache/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Base package for caching stuff
17+
* Base package for caching stuff.
1818
*/
1919
package org.apache.ibatis.cache;

src/main/java/org/apache/ibatis/cursor/defaults/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Default implementation for cursor feature
17+
* Default implementation for cursor feature.
1818
*/
1919
package org.apache.ibatis.cursor.defaults;

src/main/java/org/apache/ibatis/cursor/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
/**
17-
* Base package for cursor feature
17+
* Base package for cursor feature.
1818
*/
1919
package org.apache.ibatis.cursor;

0 commit comments

Comments
 (0)