format source code

This commit is contained in:
honfika@gmail.com
2015-07-04 20:51:26 +02:00
parent 6cafe970fb
commit fac67d5baa
24 changed files with 5853 additions and 5413 deletions

View File

@@ -312,5 +312,4 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
public GraphTargetItem invert(GraphSourceItem src) {
return new NotItem(src, this);
}
}