Sync with latest bnd code for testing purposes
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1354104 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/aQute/bnd/build/Container.java b/bundleplugin/src/main/java/aQute/bnd/build/Container.java
index f726527..394a14a 100644
--- a/bundleplugin/src/main/java/aQute/bnd/build/Container.java
+++ b/bundleplugin/src/main/java/aQute/bnd/build/Container.java
@@ -106,8 +106,7 @@
public boolean equals(Object other) {
if (other instanceof Container)
return file.equals(((Container) other).file);
- else
- return false;
+ return false;
}
public int hashCode() {
@@ -126,8 +125,7 @@
public String toString() {
if (getError() != null)
return "/error/" + getError();
- else
- return getFile().getAbsolutePath();
+ return getFile().getAbsolutePath();
}
public Map<String,String> getAttributes() {