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:
@@ -173,7 +173,7 @@ public class BundledComponentRepository
|
||||
*/
|
||||
public void setWipeOnFailure (boolean wipeOnFailure)
|
||||
{
|
||||
_wipeOnFailure = true;
|
||||
_wipeOnFailure = wipeOnFailure;
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
|
||||
Reference in New Issue
Block a user