1 package net.trajano.twiff.sample.web; 2 3 import java.io.IOException; 4 5 /*** 6 * @author Archimedes Trajano 7 */ 8 public class Upload_done extends Upload { 9 /*** 10 * @throws IOException 11 */ 12 public Upload_done() throws IOException { 13 super(); 14 } 15 }