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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DDiffType.java31 public enum DiffType { enum
46 private DiffType(char abbrev, String name) { method in class:DiffType
56 public static final DiffType get(char c) {
57 for (DiffType d : values()) {
70 public static final DiffType get(String c) {
77 for (DiffType d : values()) {

Completed in 11 milliseconds