mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Cast to Object as recommended by warning
This commit is contained in:
@@ -213,7 +213,7 @@ public class PlayerDetailsPanel extends JPanel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setToolTip(final String... args) {
|
public void setToolTip(final String... args) {
|
||||||
super.setToolTipText(String.format(tooltip, args));
|
super.setToolTipText(String.format(tooltip, (Object) args));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user