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

/opengrok/src/org/opensolaris/opengrok/web/
H A DDiffType.java32 public enum DiffType { enum
47 private DiffType(char abbrev, String name) { method in class:DiffType
57 public static final DiffType get(char c) {
58 for (DiffType d : values()) {
71 public static final DiffType get(String c) {
78 for (DiffType d : values()) {

Completed in 204 milliseconds