dateFeature
Berat Kocak 2024-11-09 14:20:10 +01:00
parent 3f4d6fb828
commit bdb34ab86b
1 changed files with 0 additions and 2 deletions

View File

@ -222,7 +222,6 @@ public class Bibliothek {
String text = m.getClass().toString(); String text = m.getClass().toString();
int lastDotIndex = text.lastIndexOf("."); int lastDotIndex = text.lastIndexOf(".");
String substring = text.substring(lastDotIndex + 1); String substring = text.substring(lastDotIndex + 1);
System.out.println(substring);
switch (substring) { switch (substring) {
case "Buch": case "Buch":
Buch b = (Buch) m; Buch b = (Buch) m;
@ -263,7 +262,6 @@ public class Bibliothek {
String text = m.getClass().toString(); String text = m.getClass().toString();
int lastDotIndex = text.lastIndexOf("."); int lastDotIndex = text.lastIndexOf(".");
String substring = text.substring(lastDotIndex + 1); String substring = text.substring(lastDotIndex + 1);
System.out.println(substring);
switch (substring) { switch (substring) {
case "Buch": case "Buch":
Buch b = (Buch) m; Buch b = (Buch) m;