final beim erzeugen vom Pris hinzugefügt

master
nikow 2023-01-05 16:15:06 +01:00
parent 973af80774
commit 47375ba647
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class Nexus6 extends Roboter {
String name;
int id;
RobotException fehler;
private static Nexus6 PRIS;
private static final Nexus6 PRIS = new Nexus6();
private Nexus6() {