Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProjLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
insert epic projlab name here
ProjLab
Commits
c084c27e
Commit
c084c27e
authored
4 years ago
by
bfinta
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3688f4d6
dba73808
No related branches found
No related tags found
No related merge requests found
Pipeline
#7443
passed
4 years ago
Stage: build
Stage: docs
Stage: telegram
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/weeks/8/8_2/Balazs.tex
+3
-3
3 additions, 3 deletions
docs/weeks/8/8_2/Balazs.tex
src/projlab/Entity.java
+1
-1
1 addition, 1 deletion
src/projlab/Entity.java
with
4 additions
and
4 deletions
docs/weeks/8/8_2/Balazs.tex
+
3
−
3
View file @
c084c27e
...
...
@@ -91,9 +91,9 @@
Entity #1 moved to Asteroid #2
Sikeresen átmozogva Asteroid2-re.
f
f
f
A mozgás nem sikerült.
A mozgás nem sikerült.
A mozgás nem sikerült.
\end{verbatim}
\end{itemize}
...
...
This diff is collapsed.
Click to expand it.
src/projlab/Entity.java
+
1
−
1
View file @
c084c27e
...
...
@@ -128,7 +128,7 @@ public abstract class Entity implements Ticker {
var
i
=
Integer
.
parseInt
(
args
[
0
]);
var
neighbours
=
asteroid
.
getNeighbours
();
if
(
i
>=
neighbours
.
size
())
{
throw
new
Exception
(
"
f
"
);
// TODO: exception message!!!!
throw
new
Exception
(
"
A mozgás nem sikerült.
"
);
// TODO: exception message!!!!
}
var
n
=
neighbours
.
get
(
i
);
var
b
=
move
(
n
);
...
...
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