]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
0544e53afd18fb8b9fb4957e3a351b38953d3670
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.structureddate;
2
3 public interface StructuredDateEvaluator {
4         public StructuredDate evaluate(String displayDate) throws StructuredDateFormatException;
5 }