Skip to content
Snippets Groups Projects

Add Kdoc

Merged Lorenz Boguhn requested to merge stu203404/theodolite:140-add-kdoc into theodolite-kotlin
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -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