Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!112
Something went wrong on our end
Add Kdoc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Kdoc
stu203404/theodolite:140-add-kdoc
into
theodolite-kotlin
Overview
25
Commits
28
Pipelines
0
Changes
1
Merged
Lorenz Boguhn
requested to merge
stu203404/theodolite:140-add-kdoc
into
theodolite-kotlin
4 years ago
Overview
4
Commits
28
Pipelines
0
Changes
1
Expand
Closes
#140 (closed)
Add KDoc for Operator
Standardization of capitalization, naming, and links in all files
Edited
4 years ago
by
Benedikt Wetzel
0
0
Merge request reports
Viewing commit
ff85fbc1
Prev
Next
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ff85fbc1
Fix typo in kdoc
· ff85fbc1
Simon Ehrenstein
authored
4 years ago
theodolite-quarkus/src/main/kotlin/theodolite/util/Resource.kt
+
1
−
3
Options
@@ -9,9 +9,7 @@ import io.quarkus.runtime.annotations.RegisterForReflection
data class
Resource
(
private
val
number
:
Int
,
private
val
type
:
List
<
PatcherDefinition
>)
{
/**
* @return the value of this load dimension.
*
* @see LoadDimension
* @return the value of this resource.
*/
fun
get
():
Int
{
return
this
.
number
Loading