mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 14:10:46 +00:00
Code formatting
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
* 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.asdec.abc.avm2;
|
||||
|
||||
|
||||
public class ConvertException extends Exception {
|
||||
public int line;
|
||||
public ConvertException(String s,int line) {
|
||||
super(s+" on line "+line);
|
||||
this.line=line;
|
||||
}
|
||||
|
||||
public int line;
|
||||
|
||||
public ConvertException(String s, int line) {
|
||||
super(s + " on line " + line);
|
||||
this.line = line;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user