Covariant return types for the win.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2696 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -137,7 +137,7 @@ public class FieldMask
|
|||||||
* not-modified.
|
* not-modified.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Object clone ()
|
public FieldMask clone ()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
FieldMask mask = (FieldMask)super.clone();
|
FieldMask mask = (FieldMask)super.clone();
|
||||||
|
|||||||
Reference in New Issue
Block a user