samples/composition/src-api2.0-property/api/Arithmetica.java
changeset 152 eb6f29070331
parent 149 eb52f31b18f4
child 184 6b2cd8df14c0
     1.1 --- a/samples/composition/src-api2.0-property/api/Arithmetica.java	Sat Jun 14 09:57:58 2008 +0200
     1.2 +++ b/samples/composition/src-api2.0-property/api/Arithmetica.java	Sat Jun 14 09:58:05 2008 +0200
     1.3 @@ -43,5 +43,5 @@
     1.4      private int sumRange2(int from, int to) {
     1.5          return (from + to) * (to - from + 1) / 2;
     1.6      }
     1.7 +}
     1.8  // END: design.composition.arith2.0.property
     1.9 -}