Fix j2k testdata for constructors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class BaseProtectedConstructor {
|
||||
protected BaseSamePackage() {
|
||||
protected BaseProtectedConstructor() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user