Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fip112-2025-g41
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
Container 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
BINTI TENGKU MASRULHISHAM Tengku Maryam Naqeesha
fip112-2025-g41
Commits
c542a0de
Commit
c542a0de
authored
3 weeks ago
by
tmnaqeesha
Browse files
Options
Downloads
Patches
Plain Diff
fix: update class film
parent
80018c00
No related branches found
No related tags found
2 merge requests
!17
Clean code before crossed test
,
!16
Fix for cross test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/opinion/Film.java
+3
-2
3 additions, 2 deletions
src/opinion/Film.java
with
3 additions
and
2 deletions
src/opinion/Film.java
+
3
−
2
View file @
c542a0de
...
...
@@ -26,7 +26,8 @@ public class Film extends Item {
@Override
public
String
toString
()
{
return
"Film Title: "
+
t
itle
+
"\nKind: "
+
k
ind
+
"\nDirector: "
+
d
irector
+
"\nScenarist: "
+
s
cenarist
+
"\nDuration: "
+
d
uration
+
" minutes"
;
return
"Film Title: "
+
getT
itle
()
+
"\nKind: "
+
getK
ind
()
+
"\nDirector: "
+
getD
irector
()
+
"\nScenarist: "
+
getS
cenarist
()
+
"\nDuration: "
+
getD
uration
()
+
" minutes"
;
}
}
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