javac-wrapper: refactoring, fixes and tests
This commit is contained in:
committed by
Alexander Baratynskiy
parent
8494e54608
commit
01883a41cb
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
public class B<T> {
|
||||
public String gav() {
|
||||
return ""
|
||||
return "";
|
||||
}
|
||||
|
||||
public static <T> B<T> create() {
|
||||
|
||||
Reference in New Issue
Block a user