* 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
|
||||
* by checkForUpdates() to see whether there is anything new.
|
||||
*/
|
||||
Resource[] getResources() {
|
||||
public Resource[] getResources() {
|
||||
long checksum = getRepositoryChecksum();
|
||||
// reload resources if the repositories checksum has changed
|
||||
if (checksum != lastChecksum) {
|
||||
|
|
Loading…
Add table
Reference in a new issue