mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Updated JDocs to workaround IDE errors
This commit is contained in:
@@ -138,11 +138,7 @@ public abstract class ItemManager<T extends InventoryItem> extends JPanel implem
|
|||||||
protected boolean lockFiltering;
|
protected boolean lockFiltering;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ItemManager Constructor.
|
* ItemManager Constructor
|
||||||
*
|
|
||||||
* @param genericType0 the class of item that this table will contain
|
|
||||||
* @param statLabels0 stat labels for this item manager
|
|
||||||
* @param wantUnique0 whether this table should display only one item with the same name
|
|
||||||
*/
|
*/
|
||||||
protected ItemManager(final Class<T> genericType0, final CDetailPicture cDetailPicture, final boolean wantUnique0) {
|
protected ItemManager(final Class<T> genericType0, final CDetailPicture cDetailPicture, final boolean wantUnique0) {
|
||||||
this.cDetailPicture = cDetailPicture;
|
this.cDetailPicture = cDetailPicture;
|
||||||
@@ -1043,9 +1039,7 @@ public abstract class ItemManager<T extends InventoryItem> extends JPanel implem
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* updateView.
|
* updateView
|
||||||
*
|
|
||||||
* @param bForceFilter
|
|
||||||
*/
|
*/
|
||||||
public void updateView(final boolean forceFilter, final Iterable<T> itemsToSelect) {
|
public void updateView(final boolean forceFilter, final Iterable<T> itemsToSelect) {
|
||||||
final boolean useFilter = (forceFilter && (this.filterPredicate != null)) || !isUnfiltered();
|
final boolean useFilter = (forceFilter && (this.filterPredicate != null)) || !isUnfiltered();
|
||||||
|
|||||||
Reference in New Issue
Block a user