Updated Code Style (markdown)

master
Phil Webb 7 years ago
parent
commit
0c3e1fcbdc
  1. 2
      Code-Style.md

2
Code-Style.md

@ -168,6 +168,8 @@ protected Object invoke(FooBarOperationContext context, @@ -168,6 +168,8 @@ protected Object invoke(FooBarOperationContext context,
}
```
For inner-classes, extra blank lines around fields and constructors are not required.
## Class declaration
Try as much as possible to put the `implements`, `extends` section of a class declaration on the same line as the class itself.

Loading…
Cancel
Save