From f9bd837a7d1bcc99e297c0445b452d9c5476ee0b Mon Sep 17 00:00:00 2001 From: "sky..ok" Date: Tue, 18 Oct 2011 19:47:12 +0000 Subject: [PATCH] Fixed typo in UrlLocator git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java b/engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java index 3bf465f25..1ff1c54e1 100644 --- a/engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java +++ b/engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java @@ -43,10 +43,10 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * UrlLocator is a locator that combines a root url - * and the given path in the AssetKey to construct a new url + * UrlLocator is a locator that combines a root URL + * and the given path in the AssetKey to construct a new URL * that allows locating the asset. - * @author Kiirill Vainer + * @author Kirill Vainer */ public class UrlLocator implements AssetLocator {