public Calendar getDate()

in src/main/java/org/apache/sling/commons/testing/jcr/MockProperty.java [62:67]


    public Calendar getDate() throws ValueFormatException, RepositoryException {
        if (values.length > 1) {
            throw new ValueFormatException();
        }
        return values[0].getDate();
    }