Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Johan Gustav Thrane-Nielsen
inf101.v20.sem2.losning
Commits
a787ee4a
Commit
a787ee4a
authored
Mar 31, 2020
by
Anna Maria Eilertsen
Browse files
missed one
parent
a71549e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/inf101/v20/lab4/grid/Grid.java
View file @
a787ee4a
...
...
@@ -55,7 +55,6 @@ public class Grid<T> implements IGrid<T>, Iterable<T>{
if
(
y
<
0
||
y
>=
height
)
throw
new
IndexOutOfBoundsException
();
// TODO: fyll inn
cells
.
set
(
coordinateToIndex
(
x
,
y
),
elem
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment