mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
change test data
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class User {
|
||||
{
|
||||
String s = new String(<caret>) == null ? getDefaultEjbName() : s;
|
||||
String s = new User()<caret> == null ? getDefaultEjbName() : s;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user