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:
@@ -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);
|
return str.replace("\n", EOL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user