mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-30 17:27:53 +07:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
/**
|
|
* Created with IntelliJ IDEA.
|
|
* User: db
|
|
* Date: 20.02.12
|
|
* Time: 13:19
|
|
* To change this template use File | Settings | File Templates.
|
|
*/
|
|
public class Victim extends Super {
|
|
public static class SubVictim extends Victim {
|
|
|
|
}
|
|
}
|