Suppress warnings in generated code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4330 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-08-17 23:39:21 +00:00
parent 79efc4dd0d
commit 9607d33093
@@ -41,5 +41,7 @@
public void set$upfield ($type value)
{
requestAttributeChange($capfield, value, this.$field);
this.$field = $clonefield;
@SuppressWarnings("unchecked") $type clone =
$clonefield;
this.$field = clone;
}