Browse Source

Remove a redundant semi-colon

Change-Id: Id9a1d0036e3fb33aad8b5cb342197457f33febca
stable-3.4
Robin Rosenberg 11 years ago committed by Matthias Sohn
parent
commit
f3cf8fae76
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/api/Status.java

2
org.eclipse.jgit/src/org/eclipse/jgit/api/Status.java

@ -67,7 +67,7 @@ public class Status {
private final boolean clean;
private final boolean hasUncommittedChanges;;
private final boolean hasUncommittedChanges;
/**
* @param diff

Loading…
Cancel
Save