Skip to content
Snippets Groups Projects
Commit cd9c536c authored by Tim van der Horst's avatar Tim van der Horst
Browse files

Fix MR comments

parent ee595f53
Branches
Tags
2 merge requests!122AuTA 2.0 master merge,!109SIG refactoring
Pipeline #202491 passed with warnings
...@@ -5,11 +5,12 @@ import javax.validation.constraints.NotBlank; ...@@ -5,11 +5,12 @@ import javax.validation.constraints.NotBlank;
/** /**
* The data model used by CPM. * The data model used by CPM.
*
* Annotating the fields with @NotBlank and initializing them to an empty string is not a
* mistake, hibernate validation checks if they are not blank after a request has been received.
*/ */
public class CPMDataModel { public class CPMDataModel {
// Annotating the fields with @NotBlank and initializing them to an empty string is not a
// mistake, hibernate validation checks if they are not blank after a request has been
// received.
/** /**
* The project name. * The project name.
*/ */
......
...@@ -148,7 +148,7 @@ public class PyLintResult { ...@@ -148,7 +148,7 @@ public class PyLintResult {
} }
/** /**
* Sets the module. * Sets the module name the feedback is from.
* *
* @param module the module to set * @param module the module to set
*/ */
...@@ -157,7 +157,7 @@ public class PyLintResult { ...@@ -157,7 +157,7 @@ public class PyLintResult {
} }
/** /**
* Sets the obj. * Sets the class and/or method/function the feedback is from..
* *
* @param obj the obj to set * @param obj the obj to set
*/ */
...@@ -166,7 +166,7 @@ public class PyLintResult { ...@@ -166,7 +166,7 @@ public class PyLintResult {
} }
/** /**
* Sets the line. * Sets the line the feedback refers to.
* *
* @param line the line to set * @param line the line to set
*/ */
...@@ -175,7 +175,7 @@ public class PyLintResult { ...@@ -175,7 +175,7 @@ public class PyLintResult {
} }
/** /**
* Sets the column. * Sets the column the feedback refers to.
* *
* @param column the column to set * @param column the column to set
*/ */
...@@ -184,7 +184,7 @@ public class PyLintResult { ...@@ -184,7 +184,7 @@ public class PyLintResult {
} }
/** /**
* Sets the path. * Sets the path to the file the feedback was generated from.
* *
* @param path the path to set * @param path the path to set
*/ */
...@@ -193,7 +193,7 @@ public class PyLintResult { ...@@ -193,7 +193,7 @@ public class PyLintResult {
} }
/** /**
* Sets the symbol. * Sets the symbol the feedback is saved under.
* *
* @param symbol the symbol to set * @param symbol the symbol to set
*/ */
...@@ -202,7 +202,7 @@ public class PyLintResult { ...@@ -202,7 +202,7 @@ public class PyLintResult {
} }
/** /**
* Sets the message. * Sets the message that is associated with the feedback.
* *
* @param message the message to set * @param message the message to set
*/ */
...@@ -211,7 +211,7 @@ public class PyLintResult { ...@@ -211,7 +211,7 @@ public class PyLintResult {
} }
/** /**
* Sets the messageid. * Sets the id of the message the feedback refers to.
* *
* @param messageid the messageid to set * @param messageid the messageid to set
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment