diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-16 21:58:05 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-16 21:58:05 +0000 |
commit | 4ef061d98d9d0a96475f589152f584b3938eb986 (patch) | |
tree | 03054ab56a9b0390cc8ad00e9a98a8ef7a86bf57 | |
parent | 5b0e4ad69e00424ddc5fb4f520a3f4db8a12c23c (diff) |
Removed unused import
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/launchers/notification-ejb-launcher/src/main/java/scatours/LaunchNotificationEJBNode.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/notification-ejb-launcher/src/main/java/scatours/LaunchNotificationEJBNode.java b/sandbox/travelsample/launchers/notification-ejb-launcher/src/main/java/scatours/LaunchNotificationEJBNode.java index f50637570d..3e367f8835 100644 --- a/sandbox/travelsample/launchers/notification-ejb-launcher/src/main/java/scatours/LaunchNotificationEJBNode.java +++ b/sandbox/travelsample/launchers/notification-ejb-launcher/src/main/java/scatours/LaunchNotificationEJBNode.java @@ -20,7 +20,6 @@ package scatours;
import javax.naming.Context;
-import javax.naming.InitialContext;
import org.apache.tuscany.sca.node.SCAClient;
import org.apache.tuscany.sca.node.SCAContribution;
|