git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [EGIT PATCH] Remove unnecessary semicolon.
@ 2008-02-02  2:24 Roger C. Soares
  2008-02-03  0:22 ` Robin Rosenberg
  0 siblings, 1 reply; 2+ messages in thread
From: Roger C. Soares @ 2008-02-02  2:24 UTC (permalink / raw
  To: git; +Cc: robin.rosenberg, Roger C. Soares

Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br>
---
 .../egit/core/internal/mapping/GitFileHistory.java |    1 -
 .../src/org/spearce/jgit/lib/GitIndex.java         |    2 +-
 .../org/spearce/jgit/lib/TopologicalWalker.java    |    2 +-
 .../src/org/spearce/jgit/lib/WorkDirCheckout.java  |    2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/org.spearce.egit.core/src/org/spearce/egit/core/internal/mapping/GitFileHistory.java b/org.spearce.egit.core/src/org/spearce/egit/core/internal/mapping/GitFileHistory.java
index 9e683a5..adf422d 100644
--- a/org.spearce.egit.core/src/org/spearce/egit/core/internal/mapping/GitFileHistory.java
+++ b/org.spearce.egit.core/src/org/spearce/egit/core/internal/mapping/GitFileHistory.java
@@ -232,7 +232,6 @@ public class GitFileHistory extends FileHistory implements IAdaptable {
 					}
 				else
 					activeDiffLeafId = ObjectId.zeroId();
-					;
 			}
 
 			Collection<IFileRevision> githistory;
diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java b/org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java
index bdcb71a..1fbd7f7 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java
@@ -653,7 +653,7 @@ public class GitIndex {
 			if (updateNeeded)
 				flags |= 0x4000;
 			else
-				flags &= ~0x4000;;
+				flags &= ~0x4000;
 		}
 	}
 
diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/TopologicalWalker.java b/org.spearce.jgit/src/org/spearce/jgit/lib/TopologicalWalker.java
index 16af0c6..0e937cb 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/TopologicalWalker.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/TopologicalWalker.java
@@ -54,7 +54,7 @@ public class TopologicalWalker extends Walker {
 			super(repostory, starts, relativeResourceName, leafIsBlob,
 					followMainOnly, merges, activeDiffLeafId);
 			this.returnAll = returnAll;
-			topoSorter = new TopologicalSorter<ObjectId>() {;
+			topoSorter = new TopologicalSorter<ObjectId>() {
 				@Override
 				protected boolean filter(ObjectId element) {
 					return returnAll ? true : collected.containsKey(element);
diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/WorkDirCheckout.java b/org.spearce.jgit/src/org/spearce/jgit/lib/WorkDirCheckout.java
index 6159469..3dde864 100644
--- a/org.spearce.jgit/src/org/spearce/jgit/lib/WorkDirCheckout.java
+++ b/org.spearce.jgit/src/org/spearce/jgit/lib/WorkDirCheckout.java
@@ -124,7 +124,7 @@ public class WorkDirCheckout {
 		}
 	}
 
-	ArrayList<String> conflicts  = new ArrayList<String>();;
+	ArrayList<String> conflicts  = new ArrayList<String>();
 	ArrayList<String> removed = new ArrayList<String>();
 
 	protected Tree head = null;
-- 
1.5.3.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [EGIT PATCH] Remove unnecessary semicolon.
  2008-02-02  2:24 [EGIT PATCH] Remove unnecessary semicolon Roger C. Soares
@ 2008-02-03  0:22 ` Robin Rosenberg
  0 siblings, 0 replies; 2+ messages in thread
From: Robin Rosenberg @ 2008-02-03  0:22 UTC (permalink / raw
  To: Roger C. Soares; +Cc: git

lördagen den 2 februari 2008 skrev Roger C. Soares:
> Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br>
> ---
>  .../egit/core/internal/mapping/GitFileHistory.java |    1 -
>  .../src/org/spearce/jgit/lib/GitIndex.java         |    2 +-
>  .../org/spearce/jgit/lib/TopologicalWalker.java    |    2 +-
>  .../src/org/spearce/jgit/lib/WorkDirCheckout.java  |    2 +-
>  4 files changed, 3 insertions(+), 4 deletions(-)

Thanks.

-- robin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-03  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02  2:24 [EGIT PATCH] Remove unnecessary semicolon Roger C. Soares
2008-02-03  0:22 ` Robin Rosenberg

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).