Class FixCommentsFilter

java.lang.Object
java.io.Writer
java.io.FilterWriter
org.jdrupes.builder.eclipse.FixCommentsFilter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class FixCommentsFilter extends FilterWriter
Add a comment to the written properties file and remove any comments from upstream. This seems to be the only possible way to avoid a time stamp in the written properties file which may lead to confusion if nothing else has changed.