no message
This commit is contained in:
@@ -4,8 +4,8 @@ public enum ProjectView {
|
||||
Includes,
|
||||
FunctionsCallsPoints,
|
||||
FunctionsHierarchy;
|
||||
public String getIcon(){
|
||||
switch (this){
|
||||
public String getIcon() {
|
||||
switch (this) {
|
||||
case Files:
|
||||
return "/icons/Editor/Paste.png";
|
||||
case Includes:
|
||||
@@ -18,8 +18,8 @@ public enum ProjectView {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
public String getDescription(){
|
||||
switch (this){
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
case Files:
|
||||
return "Файлы";
|
||||
case Includes:
|
||||
|
||||
Reference in New Issue
Block a user