aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-03-20 11:26:41 +0100
committerCamil Staps2015-03-20 11:26:41 +0100
commit9e972e646d07c4356821074eb3df77e5219d5711 (patch)
tree51a20fec030208c59d6414050e1a618f511a7678
parentAdded multiplicative distributivity over addition test (diff)
Last edit to javadoc; added tarball w7
-rw-r--r--Week7.tar.gzbin0 -> 5487 bytes
-rw-r--r--Week7/src/polynomial/Polynomial.java2
2 files changed, 1 insertions, 1 deletions
diff --git a/Week7.tar.gz b/Week7.tar.gz
new file mode 100644
index 0000000..eaa77df
--- /dev/null
+++ b/Week7.tar.gz
Binary files differ
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) {