From e126ac84a2d2415328989d0e084faeda42e303c8 Mon Sep 17 00:00:00 2001 From: jestin Date: Mon, 30 Dec 2002 13:06:40 +0000 Subject: Cleanup. --- examples/ivyTranslater.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'examples/ivyTranslater.java') diff --git a/examples/ivyTranslater.java b/examples/ivyTranslater.java index f995270..497ac87 100644 --- a/examples/ivyTranslater.java +++ b/examples/ivyTranslater.java @@ -1,3 +1,18 @@ +/** + * Yet another Ivy java program example + * + * This is the example from the documentations, it connects to the bus, and + * translate the messages beginning with "Hello" by the same message, where + * "Hello" is replaced by "Bonjour". + * + * @author Yannick Jestin + * + * (c) CENA + * + * This program is distributed as is, under the LGPL licence, which should be + * present in the package. + * + */ import fr.dgac.ivy.* ; class ivyTranslater implements IvyMessageListener { -- cgit v1.1