Skip to content

Commit 5cf7bb8

Browse files
author
6jkruege
committed
removed comment
1 parent 08483fc commit 5cf7bb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jokrey/utilities/simple/data_structure/stack/EvaluableStack.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package jokrey.utilities.simple.data_structure.stack;
22

33
public interface EvaluableStack<E> extends Stack<E> {
4-
//debug or test functionality:
54
void println();
65
void push(E e, long sleep_at_some_point);
76
E pop(long sleep_at_some_point);

0 commit comments

Comments
 (0)