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 {