Java: Autoformat cookbook examples.

This commit is contained in:
Anders Schack-Mulligen
2019-08-02 15:27:28 +02:00
parent 34cdf7c96b
commit 9b74e9c4a4
16 changed files with 50 additions and 40 deletions

View File

@@ -10,7 +10,8 @@
import java
from Method m
where m.isPrivate()
and not exists(m.getAReference())
and not m instanceof InitializerMethod
where
m.isPrivate() and
not exists(m.getAReference()) and
not m instanceof InitializerMethod
select m