Gitiles
Code Review
Sign In
review.gerrithub.io
/
BradleyWood
/
Island-Airport-JvmLang
/
439cafbad476c8c3be7f664276c498d56eb4e51a
/
.
/
src
/
islandairport
/
Island.tl
blob: 6e2a81862dcfcbb8d93fe93a27c96c88f0d3322c [
file
] [
log
] [
blame
]
package
islandairport
;
import
java
.
awt
.
Polygon
;
public
class
Island
(
xpoints
,
ypoints
,
npoints
)
extends
Polygon
(
xpoints
,
ypoints
,
npoints
)
{
}