]> source.dussan.org Git - jgit.git/commitdiff
fix link to EWAHCompressedBitmap in javadoc of SimpleDataInput/Output 99/20599/2
authorTomasz Zarna <tomasz.zarna@tasktop.com>
Tue, 14 Jan 2014 08:46:40 +0000 (09:46 +0100)
committerTomasz Zarna <tomasz.zarna@tasktop.com>
Tue, 14 Jan 2014 09:19:50 +0000 (10:19 +0100)
Change-Id: Iaa07bb23f163b75e222bc6a5ce3acc91ffef435e
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/SimpleDataInput.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/SimpleDataOutput.java

index 9cd9e806a682a974e792a2000b674966bce311b0..a7330681fb8a1e3361821862d7092ebe9f9c60be 100644 (file)
@@ -53,7 +53,7 @@ import org.eclipse.jgit.util.NB;
 /**
  * An implementation of DataInput that only handles readInt() and readLong()
  * using the Git conversion utilities for network byte order handling. This is
- * needed to read {@link javaewah.EWAHCompressedBitmap}s.
+ * needed to read {@link com.googlecode.javaewah.EWAHCompressedBitmap}s.
  */
 class SimpleDataInput implements DataInput {
        private final InputStream fd;
index 1bcb62bd5f40bcab4c26cebf5cb5c57bb19ef460..d9c899ae59d35364c40f6621505feafc15d22ac2 100644 (file)
@@ -53,7 +53,7 @@ import org.eclipse.jgit.util.NB;
  * An implementation of {@link DataOutput} that only handles
  * {@link #writeInt(int)} and {@link #writeLong(long)} using the Git conversion
  * utilities for network byte order handling. This is needed to write
- * {@link javaewah.EWAHCompressedBitmap}s.
+ * {@link com.googlecode.javaewah.EWAHCompressedBitmap}s.
  */
 class SimpleDataOutput implements DataOutput {
        private final OutputStream fd;