From 43a118bf2739e211feac1004d963ab10972c474d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 25 Sep 2015 10:18:56 +0200 Subject: [PATCH] =?utf8?q?added=20description=20Signed-off-by:Roland=20H?= =?utf8?q?=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/org/mxchange/jcoreee/BaseEeSystem.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/mxchange/jcoreee/BaseEeSystem.java b/src/org/mxchange/jcoreee/BaseEeSystem.java index 5e6ba73..83dc343 100644 --- a/src/org/mxchange/jcoreee/BaseEeSystem.java +++ b/src/org/mxchange/jcoreee/BaseEeSystem.java @@ -20,6 +20,8 @@ import java.io.Serializable; import java.util.ResourceBundle; /** + * A general class for Java EE applications. You should not include this in your + * web applications as this requires that the bundle has to be placed here. * * @author Roland Haeder */ -- 2.39.5