clone method

Object clone()

Copies this location

@return a copy of this location @deprecated

Implementation

Object clone() {
  return copy();
}