documents reformatted

This commit is contained in:
cs-powell
2024-11-25 13:49:01 -05:00
parent cc17797319
commit 88967419c6
12 changed files with 490 additions and 542 deletions

View File

@@ -1,4 +1,5 @@
package ModelFiles;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
@@ -14,5 +15,5 @@ public class Tests {
m.push(a);
assertEquals(i, m.pop());
}
}