aboutsummaryrefslogtreecommitdiff
path: root/src/IvyApplicationAdapter.java
diff options
context:
space:
mode:
authorjestin2002-12-30 13:07:11 +0000
committerjestin2002-12-30 13:07:11 +0000
commitacaedb9d66cfab0329c49a9120938143b7c15487 (patch)
treef4f76b8f1f92cf31bb0783a9a1a7eba44758b8cb /src/IvyApplicationAdapter.java
parente126ac84a2d2415328989d0e084faeda42e303c8 (diff)
downloadivy-java-acaedb9d66cfab0329c49a9120938143b7c15487.zip
ivy-java-acaedb9d66cfab0329c49a9120938143b7c15487.tar.gz
ivy-java-acaedb9d66cfab0329c49a9120938143b7c15487.tar.bz2
ivy-java-acaedb9d66cfab0329c49a9120938143b7c15487.tar.xz
use of the old Vector API and old System.getProperties in order to allow the
classes to be compiled with a 1.1.7A jdk
Diffstat (limited to 'src/IvyApplicationAdapter.java')
-rwxr-xr-xsrc/IvyApplicationAdapter.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/IvyApplicationAdapter.java b/src/IvyApplicationAdapter.java
index a07020f..376ee9a 100755
--- a/src/IvyApplicationAdapter.java
+++ b/src/IvyApplicationAdapter.java
@@ -1,6 +1,3 @@
-package fr.dgac.ivy;
-
-
/**
* this class is a dummy ApplicationListener
*
@@ -17,6 +14,7 @@ package fr.dgac.ivy;
* changelog:
* 1.0.12: fixed a missing id in the parameters
*/
+package fr.dgac.ivy;
public abstract class IvyApplicationAdapter implements IvyApplicationListener {
public void connect( IvyClient client ) { }