aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest')
-rw-r--r--bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy2
-rw-r--r--bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy2
2 files changed, 0 insertions, 4 deletions
diff --git a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy
index 8769a61f..1cfc7d9d 100644
--- a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy
+++ b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy
@@ -57,8 +57,6 @@ abstract class PackageInstance {
abstract public int remove();
/**
* Re-sync metadata associated with this package with the underlying package management system
- *
- * @return int return code of the operation: o in case of success, non-zero otherwise
*/
abstract public void refresh();
/**
diff --git a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
index dcbaa825..468990de 100644
--- a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
+++ b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
@@ -95,7 +95,6 @@ public abstract class PackageManager {
* Search for a package in all registered repositories
*
* @param name name of the package (inexact matches are ok)
- * @param version a particular version of the package
* @return list of matching packages found in all registered repositories (can be empty)
*/
abstract public List<PackageInstance> search(String name)
@@ -103,7 +102,6 @@ public abstract class PackageManager {
* Search for a package in all registered repositories
*
* @param name name of the package (inexact matches are ok)
- * @param version a particular version of the package
* @return list of matching packages found in all registered repositories (can be empty)
*/
abstract public List<PackageInstance> lookup(String name)