Home
last modified time | relevance | path

Searched refs:javaDateConstruct (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeExampleTest.java88 private final Construct javaDateConstruct; field in JodaTimeExampleTest.JodaTimeConstructor
92 javaDateConstruct = new ConstructYamlTimestamp(); in JodaTimeConstructor()
104 Date date = (Date) javaDateConstruct.construct(node); in construct()