mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
avoid File Templates reference
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user