Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticsoft committed Jan 9, 2013
1 parent 449d547 commit 35d522f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Expand Up @@ -121,7 +121,7 @@ public List<String> getAllResourceLocationURIs()
resourcesCashList.addAll(c.getResourceLocationURIs()); resourcesCashList.addAll(c.getResourceLocationURIs());
} }
} }
return resourcesCashList; return Collections.unmodifiableList(resourcesCashList);
} }


@Override @Override
Expand Down

0 comments on commit 35d522f

Please sign in to comment.