aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/mud/terminal/VDUBuffer.java
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-08-26 05:16:26 +0000
committerKenny Root <kenny@the-b.org>2008-08-26 05:16:26 +0000
commit3c9229fc48f6a4f083daf1f0d070769666848ed1 (patch)
tree80a374e39e58ac3870b0cb1341de096ee09999b5 /src/de/mud/terminal/VDUBuffer.java
parentc1e41c03ad352b00e88a926db600937f2ab06e50 (diff)
downloadconnectbot-3c9229fc48f6a4f083daf1f0d070769666848ed1.tar.gz
connectbot-3c9229fc48f6a4f083daf1f0d070769666848ed1.tar.bz2
connectbot-3c9229fc48f6a4f083daf1f0d070769666848ed1.zip
Restore Marcus Meißner's name from clobbering
Diffstat (limited to 'src/de/mud/terminal/VDUBuffer.java')
-rw-r--r--src/de/mud/terminal/VDUBuffer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/mud/terminal/VDUBuffer.java b/src/de/mud/terminal/VDUBuffer.java
index ffd9127..50a2268 100644
--- a/src/de/mud/terminal/VDUBuffer.java
+++ b/src/de/mud/terminal/VDUBuffer.java
@@ -33,7 +33,7 @@ import android.util.Log;
* all methods to manipulate the buffer that stores characters and their
* attributes as well as the regions displayed.
*
- * @author Matthias L. Jugel, Marcus Meiner
+ * @author Matthias L. Jugel, Marcus Mei§ner
* @version $Id: VDUBuffer.java 503 2005-10-24 07:34:13Z marcus $
*/
public class VDUBuffer {