comparison dwtx/jface/text/templates/persistence/TemplateReaderWriter.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
79 private static final String AUTO_INSERTABLE_ATTRIBUTE= "autoinsert"; //$NON-NLS-1$ 79 private static final String AUTO_INSERTABLE_ATTRIBUTE= "autoinsert"; //$NON-NLS-1$
80 80
81 /** 81 /**
82 * Create a new instance. 82 * Create a new instance.
83 */ 83 */
84 public TemplateReaderWriter() { 84 public this() {
85 } 85 }
86 86
87 /** 87 /**
88 * Reads templates from a reader and returns them. The reader must present 88 * Reads templates from a reader and returns them. The reader must present
89 * a serialized form as produced by the <code>save</code> method. 89 * a serialized form as produced by the <code>save</code> method.