diff --git a/src/termproject/TwoFourTree.java b/src/termproject/TwoFourTree.java index ae84d83..4408aa3 100644 --- a/src/termproject/TwoFourTree.java +++ b/src/termproject/TwoFourTree.java @@ -2,10 +2,9 @@ package termproject; /** * Title: Term Project 2-4 Trees - * Description: + * Description: An abstract data type for a 2-4 tree * Copyright: Copyright (c) 2001 - * Company: - * @author + * @author Joel Beckmeyer & Daniel Parker * @version 1.0 */ public class TwoFourTree