From: Roland Haeder Date: Fri, 25 Sep 2015 08:18:56 +0000 (+0200) Subject: added description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43a118bf2739e211feac1004d963ab10972c474d;p=jcore-utils.git added description Signed-off-by:Roland Häder --- 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 */