JAVA-1522 Split core-java-modules/core-java module
This commit is contained in:
@@ -14,8 +14,5 @@ public class AsciiArtIntegrationTest {
|
||||
Settings settings = asciiArt.new Settings(new Font("SansSerif", Font.BOLD, 24), text.length() * 30, 30); // 30 pixel width per character
|
||||
|
||||
asciiArt.drawString(text, "*", settings);
|
||||
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user