mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fixed outdated docstrings to avoid annoying IDE warnings
This commit is contained in:
@@ -214,7 +214,6 @@ public final class DragCell extends JPanel implements ILocalRepaint {
|
||||
|
||||
/**
|
||||
* Automatically calculates rough bounds of this cell.
|
||||
* @param rectangleOfDouble
|
||||
*/
|
||||
public void updateRoughBounds() {
|
||||
final double contentW = FView.SINGLETON_INSTANCE.getPnlContent().getWidth();
|
||||
@@ -226,10 +225,6 @@ public final class DragCell extends JPanel implements ILocalRepaint {
|
||||
|
||||
/** Explicitly sets percent bounds of this cell. Will be smoothed
|
||||
* later to avoid pixel rounding errors.
|
||||
* @param x0   double
|
||||
* @param y0   double
|
||||
* @param w0   double
|
||||
* @param h0   double
|
||||
*/
|
||||
public void setRoughBounds(final RectangleOfDouble rectangleOfDouble) {
|
||||
this.roughSize = rectangleOfDouble;
|
||||
|
||||
@@ -543,8 +543,7 @@ public final class ItemListView<T extends InventoryItem> extends ItemView<T> {
|
||||
/**
|
||||
* Instantiates a new table model.
|
||||
*
|
||||
* @param table0   {@link forge.gui.ItemManager.ItemTable<T>}
|
||||
* @param model0   {@link forge.gui.ItemManager.ItemManagerModel<T>}
|
||||
* @param model0   {@link forge.itemmanager.ItemManagerModel<T>}
|
||||
*/
|
||||
public ItemTableModel(final ItemManagerModel<T> model0) {
|
||||
this.model = model0;
|
||||
|
||||
Reference in New Issue
Block a user