Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Merge requests
!10
Resolve "LIH data processing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "LIH data processing"
37-lih-data-processing
into
master
Overview
0
Commits
7
Pipelines
0
Changes
17
Merged
Piotr Gawron
requested to merge
37-lih-data-processing
into
master
8 years ago
Overview
0
Commits
7
Pipelines
0
Changes
17
Expand
Closes
#37 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
35511587
7 commits,
8 years ago
17 files
+
207
−
36
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
appointment-import/src/main/java/smash/appointment/parse/LihControlMappingParser.java
+
5
−
0
Options
@@ -154,4 +154,9 @@ public class LihControlMappingParser extends SubjectParser {
@@ -154,4 +154,9 @@ public class LihControlMappingParser extends SubjectParser {
return
false
;
return
false
;
}
}
@Override
protected
boolean
parsePostponed
(
Row
row
)
{
return
false
;
}
}
}
Loading