comparison dwtx/text/edits/MoveSourceEdit.d @ 150:5cf141e43417

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 23:05:26 +0200
parents 6dcb0baaa031
children f70d9508c95c
comparison
equal deleted inserted replaced
149:b411f1c62131 150:5cf141e43417
111 * Returns the associated target edit or <code>null</code> 111 * Returns the associated target edit or <code>null</code>
112 * if no target edit is associated yet. 112 * if no target edit is associated yet.
113 * 113 *
114 * @return the target edit or <code>null</code> 114 * @return the target edit or <code>null</code>
115 */ 115 */
116 public this getTargetEdit() { 116 public MoveTargetEdit getTargetEdit() {
117 return fTarget; 117 return fTarget;
118 } 118 }
119 119
120 /** 120 /**
121 * Sets the target edit. 121 * Sets the target edit.