Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-02-21 21:19:46 +0000
committerJohn Arthorne2008-02-21 21:19:46 +0000
commit97781f8b89c72b666955ae8bd2241056789b757a (patch)
tree8255a6a4340b0e6c577091288d68de56accae598 /bundles/org.eclipse.equinox.transforms.hook/src
parent70cbb2a2977a83171e2948972b5e750f84433335 (diff)
downloadrt.equinox.bundles-97781f8b89c72b666955ae8bd2241056789b757a.tar.gz
rt.equinox.bundles-97781f8b89c72b666955ae8bd2241056789b757a.tar.xz
rt.equinox.bundles-97781f8b89c72b666955ae8bd2241056789b757a.zip
Fixed javadoc errors
Diffstat (limited to 'bundles/org.eclipse.equinox.transforms.hook/src')
-rw-r--r--bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java
index 038bb7fe8..240d99b0e 100644
--- a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java
+++ b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java
@@ -91,7 +91,7 @@ public class TransformedBundleFile extends BundleFile {
*
* @param inputStream
* the stream to transform
- * @param transformerUrl
+ * @param bundle
* the resource representing the transformer
* @return the transformed stream
*/
@@ -224,8 +224,7 @@ public class TransformedBundleFile extends BundleFile {
* <code>null</code> is returned if the directory to extract does
* not exist or if content extraction is not supported.
*
- * This method is derived from
- * {@link ZipBundleFile#extractDirectory(String)}.
+ * This method is derived from ZipBundleFile#extractDirectory(String).
*/
protected synchronized File extractDirectory(String dirName) {
Enumeration entries = delegate.getEntryPaths(dirName);

Back to the top