diff options
author | zaaarf <me@zaaarf.foo> | 2024-05-09 21:20:09 +0200 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-05-31 18:51:24 +0200 |
commit | 89b657d397dbe8e786955477d717ee1c8d61fb04 (patch) | |
tree | 245bc17d9b3cef1d2f462de5b54004efea95e55c /src/main | |
parent | 8f6f5615ce4dcfa100e73950195ae872dc8d3032 (diff) |
fix: proper use of git version0.5.1
Diffstat (limited to 'src/main')
-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 */ |