Getting rid of whitespaces, yikess
parent
237dc79ecf
commit
9089b107ea
|
@ -64,9 +64,6 @@ public class Baum {
|
||||||
{
|
{
|
||||||
if(wurzel != null)
|
if(wurzel != null)
|
||||||
wurzel.remove(wert);
|
wurzel.remove(wert);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class Knoten{
|
class Knoten{
|
||||||
|
|
Loading…
Reference in New Issue