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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSRepository.java138 private static final Pattern ANNOTATION_PATTERN field in class:SCCSRepository
177 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DMonotoneRepository.java151 private static final Pattern ANNOTATION_PATTERN field in class:MonotoneRepository
188 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DMercurialRepository.java109 private static final Pattern ANNOTATION_PATTERN field in class:MercurialRepository
459 Matcher matcher = ANNOTATION_PATTERN.matcher("");

Completed in 40 milliseconds