]> source.dussan.org Git - jgit.git/commitdiff
Use correct method link in Javadoc 52/9752/1
authorDani Megert <Daniel_Megert@ch.ibm.com>
Fri, 18 Jan 2013 08:17:53 +0000 (09:17 +0100)
committerDani Megert <Daniel_Megert@ch.ibm.com>
Fri, 18 Jan 2013 08:17:53 +0000 (09:17 +0100)
Change-Id: I7fb5a44910a4738bbb14ad025cee7cbedbba2d07
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
org.eclipse.jgit/src/org/eclipse/jgit/storage/dfs/DfsOutputStream.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/dfs/DfsPackDescription.java

index 9a2aff4fae4a3bea8f5b6304567ce5166b1db216..2070d801573a8e59e444110c012416f98c038fb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Google Inc.
+ * Copyright (C) 2011, 2012 Google Inc. and others.
  * and other copyright owners as documented in the project's IP log.
  *
  * This program and the accompanying materials are made available
@@ -47,10 +47,12 @@ import java.io.IOException;
 import java.io.OutputStream;
 import java.nio.ByteBuffer;
 
+import org.eclipse.jgit.storage.pack.PackExt;
+
 /**
  * Output stream to create a file on the DFS.
  *
- * @see DfsObjDatabase#writeFile(DfsPackDescription, String)
+ * @see DfsObjDatabase#writeFile(DfsPackDescription, PackExt)
  */
 public abstract class DfsOutputStream extends OutputStream {
        /**
index 3d3d80de9312bd6eae48e416ecca3499f6764970..a793d3c820e1a3865686f9e7ecd726cdb7a28630 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Google Inc.
+ * Copyright (C) 2011, 2013 Google Inc., and others.
  * and other copyright owners as documented in the project's IP log.
  *
  * This program and the accompanying materials are made available
@@ -84,7 +84,7 @@ public class DfsPackDescription implements Comparable<DfsPackDescription> {
         * <p>
         * The corresponding index file is assumed to exist. If this is not true
         * implementors must extend the class and override
-        * {@link #getFileName(String)}.
+        * {@link #getFileName(PackExt)}.
         * <p>
         * Callers should also try to fill in other fields if they are reasonably
         * free to access at the time this instance is being initialized.