If we're going to go to all the trouble of having them pass in an argument,

let's actually make use of it.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1101 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-12-23 17:17:04 +00:00
parent 1af68f02ef
commit d984e1678c
@@ -173,7 +173,7 @@ public class BundledComponentRepository
*/
public void setWipeOnFailure (boolean wipeOnFailure)
{
_wipeOnFailure = true;
_wipeOnFailure = wipeOnFailure;
}
// documentation inherited