mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Disable Checkstyle for Target for #2018 test
This commit is contained in:
parent
b9f86fe6ac
commit
fe91c6d523
@ -10,6 +10,7 @@ package org.mapstruct.ap.test.bugs._2018;
|
||||
*/
|
||||
public class Target {
|
||||
|
||||
// CHECKSTYLE:OFF
|
||||
private String some_value;
|
||||
|
||||
public String getSome_value() {
|
||||
@ -19,4 +20,5 @@ public class Target {
|
||||
public void setSome_value(String some_value) {
|
||||
this.some_value = some_value;
|
||||
}
|
||||
// CHECKSTYLE:ON
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user