From 2fae905a591201e3d4ee3d463d1d94a504171017 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Mon, 17 Mar 2008 19:31:27 +0800 Subject: [PATCH] update for EOFM-17 --- ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ElementDispatchableStrategy.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ElementDispatchableStrategy.java b/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ElementDispatchableStrategy.java index e3c882f..2319568 100644 --- a/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ElementDispatchableStrategy.java +++ b/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ElementDispatchableStrategy.java @@ -1,6 +1,6 @@ package com.ximple.eofms.jobs; -import org.geotools.feature.SchemaException; +import org.geotools.feature.Feature; import com.ximple.io.dgn7.Element; @@ -8,5 +8,5 @@ { public boolean isDispatchable(Element element); - public void execute(Element element) throws SchemaException; + public Feature execute(Element element); } -- Gitblit v0.0.0-SNAPSHOT