This commit is contained in:
Dave Hoover
2010-11-30 01:06:28 +00:00
parent da3d23a973
commit dbc08da57c
@@ -1304,7 +1304,7 @@ public class Application
return new Resource(path, getRemoteURL(path), getLocalPath(path), unpack);
}
/** Used to parse resources with the specfied name. */
/** Used to parse resources with the specified name. */
protected void parseResources (HashMap<String,Object> cdata, String name, boolean unpack,
ArrayList<Resource> list)
{
@@ -1467,6 +1467,6 @@ public class Application
/** Locks gettingdown.lock in the app dir. Held the entire time updating is going on.*/
protected FileLock _lock;
/** Channel to the file underying _lock. Kept around solely so the lock doesn't close. */
/** Channel to the file underlying _lock. Kept around solely so the lock doesn't close. */
protected FileChannel _lockChannel;
}