java code format

This commit is contained in:
honfika
2014-07-28 21:05:46 +02:00
parent 68dcce0a5f
commit 49bb3ec2bf
37 changed files with 1258 additions and 1267 deletions
@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.jpexs.decompiler.flash.treeitems;
import com.jpexs.decompiler.flash.AppStrings;
@@ -31,9 +30,7 @@ public class HeaderItem implements TreeItem {
public HeaderItem(SWF swf) {
this.swf = swf;
}
@Override
public SWF getSwf() {
return swf;
@@ -43,7 +40,5 @@ public class HeaderItem implements TreeItem {
public String toString() {
return AppStrings.translate("node.header");
}
}