Revision 43020 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/IntersectsTimeEvaluator.java

View differences:

IntersectsTimeEvaluator.java
39 39
    private Time time;
40 40
    private String timeAttributeName;
41 41
   
42
    public IntersectsTimeEvaluator(Time time, String timeAttributeName) {
42
    IntersectsTimeEvaluator(Time time, String timeAttributeName) {
43 43
        super();  
44 44
        this.time = time;
45 45
        this.timeAttributeName = timeAttributeName;

Also available in: Unified diff