* Make getResources() public.
This commit is contained in:
parent
3e98b1f4bf
commit
86e880c713
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ public final class Prototype {
|
||||||
* Returns the list of resources in this prototype's repositories. Used
|
* Returns the list of resources in this prototype's repositories. Used
|
||||||
* by checkForUpdates() to see whether there is anything new.
|
* by checkForUpdates() to see whether there is anything new.
|
||||||
*/
|
*/
|
||||||
Resource[] getResources() {
|
public Resource[] getResources() {
|
||||||
long checksum = getRepositoryChecksum();
|
long checksum = getRepositoryChecksum();
|
||||||
// reload resources if the repositories checksum has changed
|
// reload resources if the repositories checksum has changed
|
||||||
if (checksum != lastChecksum) {
|
if (checksum != lastChecksum) {
|
||||||
|
@ -571,4 +571,4 @@ public final class Prototype {
|
||||||
return "[SkinMap " + name + "]";
|
return "[SkinMap " + name + "]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue