From d24d251c59780b1f8432d4d83d01a1384f08bfd3 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 10 Dec 2019 10:45:51 -0600 Subject: Make some changes, I guess --- csci1913/Java/project3/project3_strap012.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csci1913/Java/project3') 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. */ } } -- cgit v1.2.3