Commit ee426822 by ibaker Committed by kim-vde

Mark BasePlayer constructor as protected

This is an abstract class so it can only be constructed from the context
of a subclass anyway.

PiperOrigin-RevId: 382756293
parent 6e43ea97
......@@ -28,7 +28,7 @@ public abstract class BasePlayer implements Player {
protected final Timeline.Window window;
public BasePlayer() {
protected BasePlayer() {
window = new Timeline.Window();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment