package grader.Main;


import java.util.Collection;

/**
 *
 *  Add the given percentage to the percentage of the target assignment. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ExtraCreditAddPercent {

     /** Default Constructor **/
     public ExtraCreditAddPercent() {

     }

}