Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container 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
EIP
Labrador
TAM
Merge requests
!121
Apply autoformat to all files for consistency
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Apply autoformat to all files for consistency
backend_autoformat
into
dev
Overview
1
Commits
1
Pipelines
1
Changes
82
Merged
Apply autoformat to all files for consistency
Otto Visser
requested to merge
backend_autoformat
into
dev
Jun 20, 2018
Overview
1
Commits
1
Pipelines
1
Changes
82
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
7062bfa5
1 commit,
Jun 20, 2018
82 files
+
681
−
674
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
82
src/main/java/nl/tudelft/ewi/tam/beans/Dateslot.java
+
1
−
1
View file @ 7062bfa5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ public class Dateslot {
/**
* Add a slot to the existing slots.
*
* @param slotId
the id of the slot to be added
* @param slotId the id of the slot to be added
*/
public
void
addSlot
(
final
int
slotId
)
{
slots
.
add
(
slotId
);
Loading