mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 13:20:53 +07:00
13 lines
225 B
Java
13 lines
225 B
Java
package effectiveAccess;
|
|
|
|
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: cdr
|
|
* Date: Jan 24, 2003
|
|
* Time: 3:12:09 PM
|
|
* To change this template use Options | File Templates.
|
|
*/
|
|
public abstract class pp {
|
|
abstract void f();
|
|
}
|