Skip to content

Commit

Permalink
fix: rename class ReturnYouTubeDislikesPatch to `ReturnYouTubeDisli…
Browse files Browse the repository at this point in the history
…kePatch`
  • Loading branch information
oSumAtrIX committed Jul 17, 2022
1 parent 69f9e63 commit a94fb8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import app.revanced.integrations.returnyoutubedislike.ReturnYouTubeDislike;

/**
* Used by app.revanced.patches.youtube.layout.returnyoutubedislikes.patch.RYDPatch
* Used by app.revanced.patches.youtube.layout.returnyoutubedislike.patch.ReturnYouTubeDislikePatch
*/
public class ReturnYouTubeDislikesPatch {
public class ReturnYouTubeDislikePatch {

/**
* Called when the video id changes
Expand Down

0 comments on commit a94fb8c

Please sign in to comment.