Skip to content

Commit

Permalink
Remove duplicate line when wrapping entity spec
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Apr 8, 2014
1 parent a4e5c8c commit f04d709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/brooklyn/entity/proxying/EntitySpec.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public static <T extends Entity> EntitySpec<T> create(EntitySpec<T> spec) {
EntitySpec<T> result = create(spec.getType())
.displayName(spec.getDisplayName())
.additionalInterfaces(spec.getAdditionalInterfaces())
.addInitializers(spec.getInitializers())
.configure(spec.getConfig())
.configure(spec.getFlags())
.policySpecs(spec.getPolicySpecs())
Expand Down

0 comments on commit f04d709

Please sign in to comment.