01: package tide.compiler; 02: 03: import snow.texteditor.SimpleDocument; 04: 05: /** document where the compiler output are written. 06: */ 07: public final class CompilerOutputDocument extends SimpleDocument { 08: 09: private CompilerOutputDocument() { 10: 11: } 12: 13: }