Skip to content

Commit 60aea4a

Browse files
authored
Merge pull request #3547 from guanchengang/qs
quick split for pr#3545
2 parents 164d1e7 + 5b37463 commit 60aea4a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/main/java/org/apache/ibatis/type/SimpleTypeRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private SimpleTypeRegistry() {
4848
// Prevent Instantiation
4949
}
5050

51-
/*
51+
/**
5252
* Tells us if the class passed in is a known common type
5353
* @param clazz The class to check
5454
* @return True if the class is known

src/test/java/org/apache/ibatis/io/ExternalResourcesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ExternalResourcesTest {
3939
private File badFile;
4040
private File tempFile;
4141

42-
/*
42+
/**
4343
* @throws java.lang.Exception
4444
*/
4545
@BeforeEach

src/test/java/org/apache/ibatis/submitted/dynsql/Parameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import java.util.List;
1919

20-
/*
20+
/**
2121
* @author Jeff Butler
2222
*/
2323
public class Parameter {

src/test/java/org/apache/ibatis/submitted/dynsql2/Parameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import java.util.List;
1919

20-
/*
20+
/**
2121
* @author Jeff Butler
2222
*/
2323
public class Parameter {

src/test/java/org/apache/ibatis/submitted/extends_with_constructor/NpeExtendsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import org.junit.jupiter.api.BeforeAll;
3434
import org.junit.jupiter.api.Test;
3535

36-
/*
36+
/**
3737
* Test for NPE when using extends.
3838
*
3939
* @author poitrac

src/test/java/org/apache/ibatis/submitted/overwritingproperties/FooMapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.junit.jupiter.api.BeforeEach;
2929
import org.junit.jupiter.api.Test;
3030

31-
/*
31+
/**
3232
* @author jjensen
3333
*/
3434
class FooMapperTest {

0 commit comments

Comments
 (0)