Mercurial > lada > lada-server
changeset 11:ad22a59aa5d7
Fix package name
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 16:55:55 +0200 |
parents | eb093385ff7e |
children | 658c1de4ff22 |
files | src/main/java/de/intevation/utils/Resources.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/de/intevation/utils/Resources.java Thu Apr 18 16:03:10 2013 +0200 +++ b/src/main/java/de/intevation/utils/Resources.java Thu Apr 18 16:55:55 2013 +0200 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.jboss.as.quickstarts.kitchensink.util; +package de.intevation.utils; import java.util.logging.Logger;