Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
niemimm
ohj2
Commits
221eff0c
"peli/git@gitlab.jyu.fi:suvleean/ohj1ht.git" did not exist on "bd766a03e9fbdd73701330c459f2f7665984a90d"
Commit
221eff0c
authored
4 weeks ago
by
Lahtinen Konsta Aleksi
Browse files
Options
Downloads
Patches
Plain Diff
linting
parent
94e0a710
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Ohj2HT/src/Luokat/Reissu.java
+0
-6
0 additions, 6 deletions
Ohj2HT/src/Luokat/Reissu.java
with
0 additions
and
6 deletions
Ohj2HT/src/Luokat/Reissu.java
+
0
−
6
View file @
221eff0c
...
@@ -33,7 +33,6 @@ private boolean poistetaanko;
...
@@ -33,7 +33,6 @@ private boolean poistetaanko;
public
int
getTag
()
{
public
int
getTag
()
{
return
reissunTag
;
return
reissunTag
;
}
}
...
@@ -44,17 +43,12 @@ private boolean poistetaanko;
...
@@ -44,17 +43,12 @@ private boolean poistetaanko;
DateTimeFormatter
date
=
DateTimeFormatter
.
ofPattern
(
"dd-MM-yyyy"
);
DateTimeFormatter
date
=
DateTimeFormatter
.
ofPattern
(
"dd-MM-yyyy"
);
return
Pvm
.
format
(
date
);
return
Pvm
.
format
(
date
);
}
}
public
String
getSijainti
()
{
public
String
getSijainti
()
{
return
sijainti
;
return
sijainti
;
}
}
public
List
<
Saalis
>
getSaaliit
()
{
public
List
<
Saalis
>
getSaaliit
()
{
return
saaliit
;
return
saaliit
;
}
}
public
String
getKeli
()
{
public
String
getKeli
()
{
return
keli
;
return
keli
;
}
}
...
...
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