Fix "Javadoc: Invalid member type qualification" warnings
Shows up as warning in Eclipse. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I232d3de3d3c3ca49d16a62df7f46322ba0b6826d
This commit is contained in:
@@ -14,11 +14,9 @@
|
|||||||
|
|
||||||
package com.google.gerrit.server.data;
|
package com.google.gerrit.server.data;
|
||||||
|
|
||||||
import com.google.gerrit.entities.SubmitRecord;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a {@link SubmitRecord.Label} that does not depend on Gerrit internal classes, to be
|
* Represents a {@link com.google.gerrit.entities.SubmitRecord.Label} that does not depend on Gerrit
|
||||||
* serialized.
|
* internal classes, to be serialized.
|
||||||
*/
|
*/
|
||||||
public class SubmitLabelAttribute {
|
public class SubmitLabelAttribute {
|
||||||
public String label;
|
public String label;
|
||||||
|
|||||||
Reference in New Issue
Block a user