diff options
Diffstat (limited to '')
-rw-r--r-- | csci1913/Java/project3/project3_strap012.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csci1913/Java/project3/project3_strap012.java b/csci1913/Java/project3/project3_strap012.java index 15d021b..8adef5a 100644 --- a/csci1913/Java/project3/project3_strap012.java +++ b/csci1913/Java/project3/project3_strap012.java @@ -84,9 +84,9 @@ class AnagramTree { } } catch (NullPointerException ignore) { /* - This exception exists as a kludge for any time - subtree is null. The program does bad things (crash) - if this is not present. + This exception exists as a kludge for any time + subtree is null. The program does bad things + if this is not present. */ } } |