BAEL-2184 formatting
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ public class Foo {
|
||||
}
|
||||
|
||||
public Foo deepCopy() {
|
||||
return new Foo(this.id, this.name,
|
||||
this.parent != null ? this.parent.deepCopy() : null);
|
||||
return new Foo(
|
||||
this.id, this.name, this.parent != null ? this.parent.deepCopy() : null);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user