X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2FEditor.java;h=ea6805849419036d6d73dcffe7d3ad4c056e35d3;hp=57e1b779a2a74aedb9f71aa5b1ac26e60d3c1e16;hb=548a5bcd9713b69f91e332ea1005a9b41f84a146;hpb=13cdace1459b932489b8b43885504d701643f1bd diff --git a/src/com/dogcows/Editor.java b/src/com/dogcows/Editor.java index 57e1b77..ea68058 100644 --- a/src/com/dogcows/Editor.java +++ b/src/com/dogcows/Editor.java @@ -97,7 +97,7 @@ public class Editor language)); terms.put("METHODPARAMNAMES", Util.join(component.getParamNames(), ", ")); terms.put("METHODPARAMSTREAMIN", Util.join(component.getParamNames(), " >> ")); - terms.put("METHODPARAMSTREAMOUT", Util.join(component.getParamNames(), " << ")); + terms.put("METHODPARAMSTREAMOUT", Util.join(component.getParamNames(), " << \", \" << ")); terms.put("METHODPARAMDECLARES", getMethodParamDeclarations(component.getParamTypes(), component.getParamNames(), language));