changeset 23:1f7a868038de

Fix typo.
author Mario Torre <neugens.limasoftware@gmail.com>
date Thu, 07 Apr 2011 20:22:44 +0200
parents ccf79014e2ca
children 46e4c0258c33
files src/main/java/org/icedrobot/ika/runtime/scm/GITPatchQueue.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/icedrobot/ika/runtime/scm/GITPatchQueue.java	Wed Apr 06 21:06:55 2011 +0200
+++ b/src/main/java/org/icedrobot/ika/runtime/scm/GITPatchQueue.java	Thu Apr 07 20:22:44 2011 +0200
@@ -74,7 +74,7 @@
     }
 
     public static void pop(boolean force, boolean all) {
-        push(null, force, all);
+        pop(null, force, all);
     }
 
     public static void pop(String patchName, boolean force, boolean all) {