aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java
diff options
context:
space:
mode:
authorAlex Blewitt <alex.blewitt@gmail.com>2009-10-19 09:48:00 +0100
committerShawn O. Pearce <spearce@spearce.org>2009-10-31 14:48:44 -0700
commit4d91645e890527efbe04ffaee12b4aa3637733c4 (patch)
treed3efbcdb2ea2b9e7187057d55b060d1d75b6a024 /org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java
parentf3d75800a0fb687f65e64b82235140f86be6171e (diff)
downloadjgit-4d91645e890527efbe04ffaee12b4aa3637733c4.tar.gz
jgit-4d91645e890527efbe04ffaee12b4aa3637733c4.zip
Remove trailing whitespace at end of line
As discussed on the egit-dev mailing list, we prefer not to have trailing whitespace in our source code. Correct all currently offending lines by trimming them. Change-Id: I002b1d1980071084c0bc53242c8f5900970e6845 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java
index 30d29a80b4..843c2afa2f 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java
@@ -55,7 +55,7 @@ abstract class AbstractRevQueue extends Generator {
* This method always adds the commit, even if it is already in the queue or
* previously was in the queue but has already been removed. To control
* queue admission use {@link #add(RevCommit, RevFlag)}.
- *
+ *
* @param c
* commit to add.
*/
@@ -68,7 +68,7 @@ abstract class AbstractRevQueue extends Generator {
* flag; if it does not already have the flag than the commit is added to
* the queue and the flag is set. This later will prevent the commit from
* being added twice.
- *
+ *
* @param c
* commit to add.
* @param queueControl
@@ -88,7 +88,7 @@ abstract class AbstractRevQueue extends Generator {
* flag; if it does not already have the flag than the commit is added to
* the queue and the flag is set. This later will prevent the commit from
* being added twice.
- *
+ *
* @param c
* commit whose parents should be added.
* @param queueControl
@@ -104,7 +104,7 @@ abstract class AbstractRevQueue extends Generator {
/**
* Remove the first commit from the queue.
- *
+ *
* @return the first commit of this queue.
*/
public abstract RevCommit next();