mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
create class fixes: sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Class 'MyCollection'" "true"
|
||||
// "Create class 'MyCollection'" "true"
|
||||
public class Test {
|
||||
public static void main() {
|
||||
Collection[] cc = new <caret>MyCollection[10];
|
||||
|
||||
Reference in New Issue
Block a user