From 9e972e646d07c4356821074eb3df77e5219d5711 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 20 Mar 2015 11:26:41 +0100 Subject: Last edit to javadoc; added tarball w7 --- Week7/src/polynomial/Polynomial.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Week7') diff --git a/Week7/src/polynomial/Polynomial.java b/Week7/src/polynomial/Polynomial.java index f7f9860..c87b96a 100644 --- a/Week7/src/polynomial/Polynomial.java +++ b/Week7/src/polynomial/Polynomial.java @@ -147,7 +147,7 @@ public class Polynomial { /** * Check equality * @param other_poly the object to check with - * @return true iff other_poly this instance + * @return true iff other_poly represents the same polynomial as this instance */ @Override public boolean equals(Object other_poly) { -- cgit v1.2.3