Browse Source

Remove trailing whitespace

Change-Id: I1635b79c8051699a3a5e78a4cef8d2014be4e92c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
master
Matthias Sohn 5 years ago
parent
commit
13802cd592
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java
  2. 2
      org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java

2
org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java

@ -86,7 +86,7 @@ public interface BitmapIndex {
/** /**
* Returns the corresponding raw compressed EWAH bitmap of the bitmap. * Returns the corresponding raw compressed EWAH bitmap of the bitmap.
* *
* @return the corresponding {@code EWAHCompressedBitmap} * @return the corresponding {@code EWAHCompressedBitmap}
* @since 5.8 * @since 5.8
*/ */

2
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java

@ -43,7 +43,7 @@ public abstract class SshSessionFactory {
} }
return null; return null;
} }
/** /**
* Get the currently configured JVM-wide factory. * Get the currently configured JVM-wide factory.
* <p> * <p>

Loading…
Cancel
Save