avoid File Templates reference

This commit is contained in:
Maxim.Mossienko
2013-05-06 18:48:24 +02:00
parent 2962ed7f72
commit 36a7a0702d
4 changed files with 4 additions and 4 deletions
@@ -1 +1 @@
${EXCEPTION}.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
${EXCEPTION}.printStackTrace();
@@ -1 +1 @@
#if ( $RETURN_TYPE != "void" )return $DEFAULT_RETURN_VALUE;#end //To change body of implemented methods use File | Settings | File Templates.
#if ( $RETURN_TYPE != "void" )return $DEFAULT_RETURN_VALUE;#end
@@ -1 +1 @@
#if ( $RETURN_TYPE != "void" )return $DEFAULT_RETURN_VALUE;#end //To change body of created methods use File | Settings | File Templates.
#if ( $RETURN_TYPE != "void" )return $DEFAULT_RETURN_VALUE;#end
@@ -1 +1 @@
$CALL_SUPER; //To change body of overridden methods use File | Settings | File Templates.
$CALL_SUPER;