Skip to content

Commit ec8c268

Browse files
committed
in BatchExecutorException.java
1 parent b3f71be commit ec8c268

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/org/apache/ibatis/executor/BatchExecutorException.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2009-2017 the original author or authors.
2+
* Copyright 2009-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ public BatchExecutorException(String message,
4343
this.batchResult = batchResult;
4444
}
4545

46-
/*
46+
/**
4747
* Returns the BatchUpdateException that caused the nested executor
4848
* to fail. That exception contains an array of row counts
4949
* that can be used to determine exactly which statement of the
@@ -55,7 +55,7 @@ public BatchUpdateException getBatchUpdateException() {
5555
return batchUpdateException;
5656
}
5757

58-
/*
58+
/**
5959
* Returns a list of BatchResult objects. There will be one entry
6060
* in the list for each successful sub-executor executed before the failing
6161
* executor.
@@ -67,7 +67,7 @@ public List<BatchResult> getSuccessfulBatchResults() {
6767
return successfulBatchResults;
6868
}
6969

70-
/*
70+
/**
7171
* Returns the SQL statement that caused the failure
7272
* (not the parameterArray)
7373
*
@@ -77,7 +77,7 @@ public String getFailingSqlStatement() {
7777
return batchResult.getSql();
7878
}
7979

80-
/*
80+
/**
8181
* Returns the statement id of the statement that caused the failure
8282
*
8383
* @return the statement id

0 commit comments

Comments
 (0)