Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FirefighterStarter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
COUETOUX Basile
FirefighterStarter
Merge requests
!3
Jugurtha
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Jugurtha
b22028905/firefighterstarter:jugurtha
into
main
Overview
0
Commits
5
Pipelines
0
Changes
1
Open
DEGHAIMI Jugurtha
requested to merge
b22028905/firefighterstarter:jugurtha
into
main
7 months ago
Overview
0
Commits
5
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
b2fcc0b0
Prev
Next
Show latest version
1 file
+
0
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b2fcc0b0
Correction de la classe Fire
· b2fcc0b0
Votre Nom
authored
7 months ago
src/main/java/model/Fire.java deleted
100644 → 0
+
0
−
15
View file @ a7db9b96
package
model
;
import
util.Position
;
public
class
Fire
{
private
Position
position
;
public
Fire
(
Position
position
)
{
this
.
position
=
position
;
}
public
Position
getPosition
()
{
return
position
;
}
}
Loading