PY-2021.2 <debuggerx@debuggerx-PC Overwrite remote http://home.debuggerx.com:3000/debuggerx/JetBrainsSettings.git to local
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
|
||||
|
||||
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
|
||||
#end
|
||||
#parse("File Header.java")
|
||||
#if (${VISIBILITY} == "PUBLIC")public #end @interface ${NAME} #if (${INTERFACES} != "")extends ${INTERFACES} #end {
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
|
||||
|
||||
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
|
||||
#end
|
||||
#parse("File Header.java")
|
||||
#if (${VISIBILITY} == "PUBLIC")public #end #if (${ABSTRACT} == "TRUE")abstract #end #if (${FINAL} == "TRUE")final #end class ${NAME} #if (${SUPERCLASS} != "")extends ${SUPERCLASS} #end #if (${INTERFACES} != "")implements ${INTERFACES} #end {
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
|
||||
|
||||
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
|
||||
#end
|
||||
#parse("File Header.java")
|
||||
#if (${VISIBILITY} == "PUBLIC")public #end enum ${NAME} #if (${INTERFACES} != "")implements ${INTERFACES} #end {
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
|
||||
|
||||
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
|
||||
#end
|
||||
#parse("File Header.java")
|
||||
#if (${VISIBILITY} == "PUBLIC")public #end interface ${NAME} #if (${INTERFACES} != "")extends ${INTERFACES} #end {
|
||||
}
|
||||
Reference in New Issue
Block a user