Allow subclasses to override the eol conversion.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6691 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2011-08-05 22:31:12 +00:00
parent f187b92ae6
commit be828f5dbc
@@ -253,7 +253,7 @@ public abstract class GenTask extends Task
}
}
protected static String convertEols (String str)
protected String convertEols (String str)
{
return str.replace("\n", EOL);
}