Add enum ContactTypes 2
Some checks failed
Java laboratory work CI / build (push) Successful in 25s
Java laboratory work CI / checkstyle (push) Failing after 8s

This commit is contained in:
2025-10-25 10:01:43 +07:00
parent 34ce9191b7
commit 730e788238
7 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ public class Main {
break;
}
case ("personal"):
case ("work"):
{
String company = "";
System.out.println("Введите принадлежность к компании: ");

File diff suppressed because one or more lines are too long