Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java')
-rw-r--r--org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java b/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java
index eaa66b77f4..e285cda9cd 100644
--- a/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java
+++ b/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java
@@ -13,7 +13,7 @@ package org.eclipse.jdt.internal.formatter.comment;
/**
* General comment range attributes.
- *
+ *
* @since 3.0
*/
public interface ICommentAttributes {
@@ -56,7 +56,7 @@ public interface ICommentAttributes {
/** Range is the first token on the line in the original source */
public static final int COMMENT_FIRST_TOKEN= 1 << 13;
-
+
/**
* Range was preceded by whitespace / line delimiters
* @since 3.1

Back to the top