else on the next line
as requested by http://confluence.jetbrains.net/display/JET/Code+Conventions+for+Java (sed is your friend)
This commit is contained in:
@@ -147,7 +147,8 @@ class DiType {
|
||||
public String toString() {
|
||||
if (typeParameters.size() > 0) {
|
||||
return clazz + "<...>";
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return clazz.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user