Skip to content
Snippets Groups Projects
Commit 5bb6242b authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics

parent dd1fd919
No related branches found
No related tags found
No related merge requests found
......@@ -599,7 +599,8 @@ if (day.equals(Day.FRIDAY)) ... // Oops: NPE approaching ...</programlisting>
public class Run {
public static void main(String[] args) {
final Shape shape = new Shape(<emphasis role="red">2.0</emphasis>, <emphasis
final Shape shape =
new Shape(<emphasis role="red">2.0</emphasis>, <emphasis
role="red">3.0</emphasis>); // Center coordinates
System.out.println(shape); </programlisting></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment