Skip to content

Commit

Permalink
Merge pull request mybatis#1721 from KangZhiDong/fixtypo
Browse files Browse the repository at this point in the history
Correct grammatical errors.
  • Loading branch information
harawata committed Nov 8, 2019
2 parents 3bfe65c + 03ac68a commit 02c3bcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
@@ -1,5 +1,5 @@
/**
* Copyright 2009-2016 the original author or authors.
* Copyright 2009-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,15 +16,15 @@
package org.apache.ibatis.builder;

/**
* Interface that indicate to provide a initialization method.
* Interface that indicate to provide an initialization method.
*
* @since 3.4.2
* @author Kazuki Shimizu
*/
public interface InitializingObject {

/**
* Initialize a instance.
* Initialize an instance.
* <p>
* This method will be invoked after it has set all properties.
* </p>
Expand Down
18 changes: 9 additions & 9 deletions src/test/java/org/apache/ibatis/submitted/sptests/SPTest.java
Expand Up @@ -212,7 +212,7 @@ void testCallWithResultSet1() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a single value parameter.
Expand All @@ -231,7 +231,7 @@ void testCallWithResultSet2() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand All @@ -256,7 +256,7 @@ void testCallWithResultSet3() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand Down Expand Up @@ -468,7 +468,7 @@ void testCallWithResultSet1_a2() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a single value parameter.
Expand All @@ -489,7 +489,7 @@ void testCallWithResultSet2_a1() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a single value parameter.
Expand All @@ -511,7 +511,7 @@ void testCallWithResultSet2_a2() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand All @@ -538,7 +538,7 @@ void testCallWithResultSet3_a1() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand Down Expand Up @@ -566,7 +566,7 @@ void testCallWithResultSet3_a2() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand All @@ -593,7 +593,7 @@ void testCallWithResultSet4_a1() {
}

/*
* This test shows how to use a input and output parameters and return a
* This test shows how to use an input and output parameters and return a
* result set from a stored procedure.
*
* This test shows using a Map parameter.
Expand Down

0 comments on commit 02c3bcb

Please sign in to comment.