Ignore:
Timestamp:
08/27/08 09:18:49 (16 years ago)
Author:
ra33
Message:
 
Location:
trunk/src/org/expeditee/simple
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/simple/SVariable.java

    r4 r282  
    77 *
    88 */
    9 public abstract class SVariable<T> {
     9public abstract class SVariable<T extends Object> {
    1010        public static final String prefix = "$";
    1111
  • trunk/src/org/expeditee/simple/Variables.java

    r270 r282  
    6363                }
    6464                //TODO:figure out how to fix the ANT build error
    65                 toSet.setValue(toGetValueFrom);
     65                ((SVariable)toSet).setValue(toGetValueFrom);
    6666        }
    6767
Note: See TracChangeset for help on using the changeset viewer.