|
@@ -436,6 +436,7 @@ public class MorphControl extends AbstractControl implements Savable {
|
|
* @throws IOException from the importer
|
|
* @throws IOException from the importer
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
|
|
+ @SuppressWarnings("unchecked")
|
|
public void read(JmeImporter importer) throws IOException {
|
|
public void read(JmeImporter importer) throws IOException {
|
|
super.read(importer);
|
|
super.read(importer);
|
|
InputCapsule capsule = importer.getCapsule(this);
|
|
InputCapsule capsule = importer.getCapsule(this);
|
|
@@ -451,6 +452,7 @@ public class MorphControl extends AbstractControl implements Savable {
|
|
* @throws IOException from the exporter
|
|
* @throws IOException from the exporter
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
|
|
+ @SuppressWarnings("unchecked")
|
|
public void write(JmeExporter exporter) throws IOException {
|
|
public void write(JmeExporter exporter) throws IOException {
|
|
super.write(exporter);
|
|
super.write(exporter);
|
|
OutputCapsule capsule = exporter.getCapsule(this);
|
|
OutputCapsule capsule = exporter.getCapsule(this);
|