52535455565758
private Context context; @Before public void setUp() throws Exception { context = new StandardContext(); }
50515253545556
private Context context; @Before public void setUp() { context = new StandardContext(); }
116117118119120121122
private final LoggingLevelMapper loggingLevelMapper; public KissMdaMojo() { super(); loggingLevelMapper = new LoggingLevelMapper(); context = new StandardContext(); }
49505152535455