File: BofA.java

package info (click to toggle)
classycle 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: java: 7,383; xml: 340; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
package example;

import example.p.A;

public abstract class BofA implements A
{
  Class<?> clazz = Thread.class;
}