Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2010-04-09 15:02:11 +0000
committerDani Megert2010-04-09 15:02:11 +0000
commit77cea9ee799f84a3385223239c06acbd4630e76c (patch)
tree8e5ab26f26c8071e429ac5db6bb6e6b4d400f863
parentc71ff6c0e2c3136d8287a1f36d1d34e083698f6d (diff)
downloadeclipse.platform.text-77cea9ee799f84a3385223239c06acbd4630e76c.tar.gz
eclipse.platform.text-77cea9ee799f84a3385223239c06acbd4630e76c.tar.xz
eclipse.platform.text-77cea9ee799f84a3385223239c06acbd4630e76c.zip
Unified Note: comments.
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/revisions/RevisionInformation.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/revisions/RevisionInformation.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/revisions/RevisionInformation.java
index 07b6e76dc18..99140ca62ed 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/revisions/RevisionInformation.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/revisions/RevisionInformation.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
@@ -119,8 +119,10 @@ public final class RevisionInformation implements ITextHoverExtension, IInformat
}
/**
- * Adjusts the revision information to the given diff information. Any previous diff information is discarded. <strong>Note</strong>: This is an internal framework method and must not be called by clients.
- *
+ * Adjusts the revision information to the given diff information. Any previous diff information
+ * is discarded. <strong>Note:</strong> This is an internal framework method and must not be
+ * called by clients.
+ *
* @param hunks the diff hunks to adjust the revision information to
* @since 3.3
* @noreference This method is not intended to be referenced by clients.

Back to the top