diff --git a/osu.Game/Rulesets/Objects/HitObject.cs b/osu.Game/Rulesets/Objects/HitObject.cs
index 317dd35fef..04bdc35941 100644
--- a/osu.Game/Rulesets/Objects/HitObject.cs
+++ b/osu.Game/Rulesets/Objects/HitObject.cs
@@ -171,11 +171,10 @@ namespace osu.Game.Rulesets.Objects
private Judgement judgement;
///
- /// Creates the that represents the scoring information for this .
+ /// Should be overridden to create a that represents the scoring information for this .
///
///
- /// Use to avoid unnecessary allocations.
- /// This method has been left public for compatibility reasons and eventually will be made protected.
+ /// For read access, use to avoid unnecessary allocations.
///
[NotNull]
public virtual Judgement CreateJudgement() => new Judgement();