You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :compileJava
/var/lib/jenkins/workspace/ProtocolLib/src/main/java/com/comphenix/protocol/events/SerializedOfflinePlayer.java:64: error: SerializedOfflinePlayer is not abstract and does not override abstract method getLocation() in OfflinePlayer
class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
The text was updated successfully, but these errors were encountered:
andrewkm
changed the title
Compilation Error: SerializedOfflinePlayer Fails to Override Abstract Method getLocation in OfflinePlayer
Compilation Failure: SerializedOfflinePlayer Missing getLocation Override
Jan 24, 2024
Cannot seem to compile the master branch anymore, following is my build log:
https://pastebin.com/raw/891Piep0
The text was updated successfully, but these errors were encountered: