Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
killer_sokoban
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Schulcz Ferenc
killer_sokoban
Commits
75044dae
Commit
75044dae
authored
Apr 7, 2018
by
zalavari
Browse files
Options
Downloads
Patches
Plain Diff
Hole's unnecessary sHole, and setSHole deleted
parent
5858b026
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/killer_sokoban/Hole.java
+0
-6
0 additions, 6 deletions
src/killer_sokoban/Hole.java
with
0 additions
and
6 deletions
src/killer_sokoban/Hole.java
+
0
−
6
View file @
75044dae
...
@@ -3,7 +3,6 @@ package killer_sokoban;
...
@@ -3,7 +3,6 @@ package killer_sokoban;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
public
class
Hole
extends
SimpleField
{
public
class
Hole
extends
SimpleField
{
SwitchableHole
sHole
;
/**Ez a függvény azt jelzi a mező számára, hogy szeretnének rálépni.
/**Ez a függvény azt jelzi a mező számára, hogy szeretnének rálépni.
* @param toward melyik irányból szeretnének rálépni
* @param toward melyik irányból szeretnének rálépni
...
@@ -22,10 +21,5 @@ public class Hole extends SimpleField {
...
@@ -22,10 +21,5 @@ public class Hole extends SimpleField {
Logger
.
exit
(
this
,
"Hole::accept"
,
true
);
Logger
.
exit
(
this
,
"Hole::accept"
,
true
);
return
true
;
return
true
;
}
}
public
void
setSHole
(
SwitchableHole
sHole
)
{
this
.
sHole
=
sHole
;
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment