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