mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Add branch name when not master, simplify publish, use GitHub Actions
And updated Gradle
This commit is contained in:
@@ -287,7 +287,7 @@ public final class ReflectionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of a field and cast it to <T>.
|
||||
* Get the value of a field and cast it to T.
|
||||
*
|
||||
* @param instance the instance to get the value from
|
||||
* @param field the field to get the value from
|
||||
@@ -301,7 +301,7 @@ public final class ReflectionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of a field and cast it to <T>.
|
||||
* Get the value of a field and cast it to T.
|
||||
*
|
||||
* @param instance the instance to get the value from
|
||||
* @param fieldName the field to get the value from
|
||||
|
||||
Reference in New Issue
Block a user