From d984e1678ca1b36f0fa7ac6f7253be7ae68a228e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 23 Dec 2010 17:17:04 +0000 Subject: [PATCH] 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 --- .../com/threerings/cast/bundle/BundledComponentRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/cast/bundle/BundledComponentRepository.java b/src/main/java/com/threerings/cast/bundle/BundledComponentRepository.java index 64d206f3..de7d42b4 100644 --- a/src/main/java/com/threerings/cast/bundle/BundledComponentRepository.java +++ b/src/main/java/com/threerings/cast/bundle/BundledComponentRepository.java @@ -173,7 +173,7 @@ public class BundledComponentRepository */ public void setWipeOnFailure (boolean wipeOnFailure) { - _wipeOnFailure = true; + _wipeOnFailure = wipeOnFailure; } // documentation inherited