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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DMonotoneRepository.java135 private static final Pattern ANNOTATION_PATTERN = field in class:MonotoneRepository
175 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DSCCSRepository.java127 private static final Pattern ANNOTATION_PATTERN = field in class:SCCSRepository
165 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DMercurialRepository.java175 private static final Pattern ANNOTATION_PATTERN = field in class:MercurialRepository
231 Matcher matcher = ANNOTATION_PATTERN.matcher("");

Completed in 384 milliseconds