See gh-18838
This commit is contained in:
Johnny Lim
2019-11-01 14:04:43 +09:00
committed by Stephane Nicoll
parent 7d5c468ebb
commit 45d85778b8
4 changed files with 6 additions and 7 deletions

View File

@@ -185,7 +185,6 @@ class PropertyDescriptorResolver {
return isConstructorBoundType((TypeElement) type.getEnclosingElement(), env);
}
return false;
}
}

View File

@@ -40,7 +40,7 @@ public class DeducedImmutableClassProperties {
public static class Nested {
private String name;
private final String name;
public Nested(String name) {
this.name = name;