zones description fix

This commit is contained in:
Jindra Petřík
2014-09-19 22:27:58 +02:00
parent 5aadfcc374
commit 3e1cbd818e
2 changed files with 6 additions and 4 deletions

View File

@@ -12,14 +12,15 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash.types;
import com.jpexs.decompiler.flash.types.annotations.SWFType;
import java.io.Serializable;
/**
/**
* Represents Zonedata
*
* @author JPEXS
*/

View File

@@ -12,14 +12,15 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash.types;
import com.jpexs.decompiler.flash.types.annotations.SWFArray;
import java.io.Serializable;
/**
/**
* Represents Zone record
*
* @author JPEXS
*/