Searched defs:DiffType (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DDiffType.java31 public enum DiffType { enum
49 private DiffType(char abbrev, String name) { method in class:DiffType
59 public static final DiffType get(char c) {
60 for (DiffType d : values()) {
73 public static final DiffType get(String c) {
80 for (DiffType d : values()) {

Completed in 7 milliseconds