Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
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
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Queue
Commits
f236c995
Commit
f236c995
authored
May 1, 2019
by
Cédric Willekens
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnececary query
parent
63c9ee94
Branches
167-make-queue-and-build-process-fully-java-11-compatible
No related tags found
1 merge request
!105
WIP: Resolve "Make queue and build process fully java 11 compatible"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/nl/tudelft/ewi/queue/repository/LabRepository.java
+0
-2
0 additions, 2 deletions
...n/java/nl/tudelft/ewi/queue/repository/LabRepository.java
with
0 additions
and
2 deletions
src/main/java/nl/tudelft/ewi/queue/repository/LabRepository.java
+
0
−
2
View file @
f236c995
...
...
@@ -9,7 +9,5 @@ public interface LabRepository extends CrudRepository<Lab, Long> {
@Override
List
<
Lab
>
findAll
();
List
<
Lab
>
findById
();
Lab
findFirstByOrderByIdAsc
();
}
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
sign in
to comment