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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DGitHistoryParser.java2 * CDDL HEADER START
11 * When distributing Covered Code, include this CDDL HEADER in each
13 * If applicable, add the following below this CDDL HEADER, with the
17 * CDDL HEADER END
52 HEADER, MESSAGE, FILES enum constant in enum:GitHistoryParser.ParseState
89 ParseState state = ParseState.HEADER;
92 if (state == ParseState.HEADER) {
163 state = ParseState.HEADER;

Completed in 7 milliseconds