Skip to content

Commit c5388ef

Browse files
committed
added original author
1 parent 0b04943 commit c5388ef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

catch-exception/src/main/java/com/googlecode/catchexception/apis/BDDCatchException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
.hasNoCause();
5757
</pre></code>
5858
*
59+
* @author rwoo
5960
* @author mariuszs
6061
* @since 1.3.0
6162
*/

catch-throwable/src/main/java/com/googlecode/catchexception/throwable/apis/BDDCatchThrowable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.hasNoCause();
5555
</pre></code>
5656
*
57+
* @author rwoo
5758
* @author mariuszs
5859
* @since 1.3.0
5960
*

functional-tests/catch-exception-assertj16/src/test/java/com/googlecode/catchexception/apis/BDDCatchExceptionAssertJ16Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
*/
3737
@SuppressWarnings("javadoc")
38-
public class BDDCatchExceptionAssertJ16Test extends BDDCatchExceptionTest{
38+
public class BDDCatchExceptionAssertJ16Test extends BDDCatchExceptionTest {
3939

4040
@SuppressWarnings("rawtypes")
4141
@Test

0 commit comments

Comments
 (0)