Fixed typo in UrlLocator

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sky..ok 13 years ago
parent be6259e5ba
commit f9bd837a7d
  1. 6
      engine/src/desktop/com/jme3/asset/plugins/UrlLocator.java

@ -43,10 +43,10 @@ import java.util.logging.Level;
import java.util.logging.Logger; import java.util.logging.Logger;
/** /**
* <code>UrlLocator</code> is a locator that combines a root url * <code>UrlLocator</code> is a locator that combines a root URL
* and the given path in the AssetKey to construct a new url * and the given path in the AssetKey to construct a new URL
* that allows locating the asset. * that allows locating the asset.
* @author Kiirill Vainer * @author Kirill Vainer
*/ */
public class UrlLocator implements AssetLocator { public class UrlLocator implements AssetLocator {

Loading…
Cancel
Save