Changeset 932


Ignore:
Timestamp:
11/15/14 17:50:23 (10 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/MagneticConstraint/MagneticConstraintActionWithArguments.java

    r919 r932  
    2121import org.expeditee.items.Item;
    2222
    23 public interface MagneticConstraintActionWithArguments<T> extends
     23public abstract class MagneticConstraintActionWithArguments<T> extends
    2424                MagneticConstraintAction {
    25         public boolean exec(final Item item, @SuppressWarnings("unchecked") final T... args);
     25        abstract public boolean exec(final Item item, @SuppressWarnings("unchecked") final T ... args);
    2626}
Note: See TracChangeset for help on using the changeset viewer.