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:
@@ -41,5 +41,7 @@
|
|||||||
public void set$upfield ($type value)
|
public void set$upfield ($type value)
|
||||||
{
|
{
|
||||||
requestAttributeChange($capfield, value, this.$field);
|
requestAttributeChange($capfield, value, this.$field);
|
||||||
this.$field = $clonefield;
|
@SuppressWarnings("unchecked") $type clone =
|
||||||
|
$clonefield;
|
||||||
|
this.$field = clone;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user