mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
get rid of redundant space in error message
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ abstract class Test {
|
||||
|
||||
private void call(){
|
||||
String s = <error descr="Incompatible types. Required String but 'test' was inferred to T:
|
||||
no instance(s) of type variable(s) exist so that String[] conforms to String">test(String[].class);</error>
|
||||
no instance(s) of type variable(s) exist so that String[] conforms to String">test(String[].class);</error>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user