Fix j2k testdata for constructors
This commit is contained in:
@@ -45,5 +45,5 @@ class CtorComment2 {
|
|||||||
* The magic of comments
|
* The magic of comments
|
||||||
*/
|
*/
|
||||||
// single line magic comments
|
// single line magic comments
|
||||||
public CtorComment() {}
|
public CtorComment2() {}
|
||||||
}
|
}
|
||||||
@@ -14,5 +14,5 @@ class CtorComment2 {
|
|||||||
/**
|
/**
|
||||||
* This constructor is especially useful
|
* This constructor is especially useful
|
||||||
*/
|
*/
|
||||||
public CtorComment() {}
|
public CtorComment2() {}
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
package test;
|
package test;
|
||||||
|
|
||||||
public class BaseProtectedConstructor {
|
public class BaseProtectedConstructor {
|
||||||
protected BaseSamePackage() {
|
protected BaseProtectedConstructor() {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user