code Cleanup
This commit is contained in:
		
							parent
							
								
									6436ada263
								
							
						
					
					
						commit
						3c85ccb2eb
					
				| 
						 | 
					@ -11,7 +11,7 @@ public class HanoiServer implements CommandExecutor {
 | 
				
			||||||
        } else if (n > 1) {
 | 
					        } else if (n > 1) {
 | 
				
			||||||
            moveDisk(n - 1, from, help, to, result);
 | 
					            moveDisk(n - 1, from, help, to, result);
 | 
				
			||||||
            result.append("Lege die oberste Scheibe von Turm " + from + " auf Turm " + to + "\n");
 | 
					            result.append("Lege die oberste Scheibe von Turm " + from + " auf Turm " + to + "\n");
 | 
				
			||||||
            moveDisk(n-1, help, to, from, result);
 | 
					            moveDisk(n - 1, help, to, from, result);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue