Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2010-06-14 13:53:30 +0000
committerDani Megert2010-06-14 13:53:30 +0000
commitb7a7348e62d656fb8a5fc0a043628a85e058ea9a (patch)
tree9319b44920871033d5e75483129d5d5c1de067b7 /org.eclipse.jface.text.tests/src
parent19ba8c548668faacc89ea7512a8e2897e06beaa0 (diff)
downloadeclipse.platform.text-b7a7348e62d656fb8a5fc0a043628a85e058ea9a.tar.gz
eclipse.platform.text-b7a7348e62d656fb8a5fc0a043628a85e058ea9a.tar.xz
eclipse.platform.text-b7a7348e62d656fb8a5fc0a043628a85e058ea9a.zip
Moving forward to 3.7 and updated copyright date.
Diffstat (limited to 'org.eclipse.jface.text.tests/src')
-rw-r--r--org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/AbstractUndoManagerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/AbstractUndoManagerTest.java b/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/AbstractUndoManagerTest.java
index 98b49052164..42915499cdd 100644
--- a/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/AbstractUndoManagerTest.java
+++ b/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/AbstractUndoManagerTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -415,7 +415,7 @@ public abstract class AbstractUndoManagerTest extends TestCase {
}
- // see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=109104
+ // See https://bugs.eclipse.org/bugs/show_bug.cgi?id=109104
public void testDocumentStamp2() throws BadLocationException {
final Document document= new Document("");
final int stringLength= 13;

Back to the top