diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-25 14:07:24 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-25 14:07:24 -0400 |
| commit | 674d9769821775484fe6913b93c650189fbedfed (patch) | |
| tree | eebef3fe254ee49a7f12f24ea68fab8570096219 /BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java | |
| parent | 42a897dae1bfa58ab665f5012c2ac160316bcb75 (diff) | |
General cleanup
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java')
| -rw-r--r-- | BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java b/BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java index 3b3a9a7..58efc80 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java +++ b/BJC-Utils2/src/main/java/bjc/utils/esodata/Tape.java @@ -7,8 +7,9 @@ package bjc.utils.esodata; * only affect elements at that cursor. The size of the array is theoretically * unbounded to the right, but in practice bounded by available memory. * - * @param T + * @param <T> * The element type of the tape. + * * @author bjculkin */ public interface Tape<T> { |
