chiark / gitweb /
Replace some occurences of PCTB with Jarrg, for new name
[jarrg-ian.git] / src / com / tedpearson / ypp / market / MarketUploader.java
index 98c5dd8808ecbe1b1c3c21c04811f33afd495520..4254f002e20f234f1357d267f23b9588db80adf4 100644 (file)
@@ -282,7 +282,7 @@ public class MarketUploader implements TopLevelWindowListener, GUIInitializedLis
                                                resultSummary.setText("");
                                                arbitrageResult.setText("");
                                                try {
-                                                       runPCTB();
+                                                       runUpload();
                                                } catch(Exception e) {
                                                        error(e.toString());
                                                        e.printStackTrace();
@@ -399,7 +399,7 @@ public class MarketUploader implements TopLevelWindowListener, GUIInitializedLis
        *
        *       @exception Exception if an error we didn't expect occured
        */
-       private void runPCTB() throws Exception {
+       private void runUpload() throws Exception {
                progresslog("starting");
 
                String yarrgts = "";