Nix redundant cast.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2699 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray.j.greenwell
2010-01-13 18:53:15 +00:00
parent 05d562387c
commit f731c7b406
+1 -1
View File
@@ -264,7 +264,7 @@ public class Table<T>
*/
public FieldMask getFieldMask ()
{
return (FieldMask)fMask.clone();
return fMask.clone();
}
/**