Content deleted Content added
Undid revision 802625697 by 103.50.145.83 (talk) |
m Changed example to be more realistic and changed it's style to reflect Google's Java Style Guide. |
||
Line 70:
<syntaxhighlight lang="java">
abstract class
abstract int
}
</syntaxhighlight>
Line 77:
<syntaxhighlight lang="java">
public class
@Override
int
return h * w;
}
}
</syntaxhighlight>
|