diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/ftbsc/lll/proxies/impl/FieldProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/ftbsc/lll/proxies/impl/FieldProxy.java b/src/main/java/ftbsc/lll/proxies/impl/FieldProxy.java index 75b7fbc..f445ec6 100644 --- a/src/main/java/ftbsc/lll/proxies/impl/FieldProxy.java +++ b/src/main/java/ftbsc/lll/proxies/impl/FieldProxy.java @@ -100,7 +100,7 @@ public class FieldProxy extends AbstractProxy { /** * Sets the type of the field to the given type. - * @param fqn – the fully qualified name of the parameter type + * @param fqn the fully qualified name of the parameter type * @param arrayLevel the array level * @return the builder's state after the change */ |