mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
package A;
|
|
|
|
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: db
|
|
* Date: 23.01.12
|
|
* Time: 13:51
|
|
* To change this template use File | Settings | File Templates.
|
|
*/
|
|
public class A {
|
|
final static int x = 1024;
|
|
}
|