Fix typo in BubbleColumn documentation

This commit is contained in:
md_5 2021-05-02 11:47:28 +10:00
parent a030a41b0d
commit 5eece9f858
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -11,7 +11,7 @@ public interface BubbleColumn extends BlockData {
/**
* Gets the value of the 'drag' property.
*
* @return the 'part' value
* @return the 'drag' value
*/
boolean isDrag();