diff options
author | jestin | 2002-12-30 13:07:11 +0000 |
---|---|---|
committer | jestin | 2002-12-30 13:07:11 +0000 |
commit | acaedb9d66cfab0329c49a9120938143b7c15487 (patch) | |
tree | f4f76b8f1f92cf31bb0783a9a1a7eba44758b8cb /src/IvyApplicationAdapter.java | |
parent | e126ac84a2d2415328989d0e084faeda42e303c8 (diff) | |
download | ivy-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-x | src/IvyApplicationAdapter.java | 4 |
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 ) { } |