diff options
Diffstat (limited to 'docs/teaching/exercises/tests/Test2e.java')
-rw-r--r-- | docs/teaching/exercises/tests/Test2e.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/teaching/exercises/tests/Test2e.java b/docs/teaching/exercises/tests/Test2e.java index 57af08501..dfa456138 100644 --- a/docs/teaching/exercises/tests/Test2e.java +++ b/docs/teaching/exercises/tests/Test2e.java @@ -1,13 +1,13 @@ /* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). - * All rights reserved. - * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 - * which accompanies this distribution and is available at - * http://www.eclipse.org/legal/cpl-v10.html - * - * Contributors: - * PARC initial implementation + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Common Public License v1.0 + * which accompanies this distribution and is available at + * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * PARC initial implementation * ******************************************************************/ package tests; @@ -35,7 +35,7 @@ public class Test2e extends Test { try { sq.getP0().setX(100); - sq.move(37, 1); + sq.move(37, 1); fail("should have thrown IllegalStateException"); } catch (IllegalStateException e) { } } |