Update to match checkStyle rules added for test packages #324

This commit is contained in:
Joseph McCarthy 2015-12-29 22:07:52 +00:00
parent 52192de909
commit 17b889c31d
2 changed files with 26 additions and 26 deletions

View File

@ -25,7 +25,7 @@ public class DelegateTest {
} }
@Test @Test
public void testHPPrinter() throws Exception { public void testHpPrinter() throws Exception {
AbstractPrinterController abstractController = new PrinterController(new HpPrinter()); AbstractPrinterController abstractController = new PrinterController(new HpPrinter());
abstractController.print(MESSAGE); abstractController.print(MESSAGE);