Ignore:
Timestamp:
04/13/07 19:37:07 (5 years ago)
Author:
jlee
Message:

This is a better name...yeah.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/SingleVideo.java

    r158 r159  
    132132        } 
    133133         
    134         public DoSomeShit[] getShitToDo() { 
     134        public ShitToDo[] getShitToDo() { 
    135135                java.util.List shitToDo = new ArrayList(); 
    136                  
    137136                 
    138137                java.util.List commandList = MencoderCommand.prepareBaseCommandList(inputVideo, getOutputVideo(), mplayerPath, inputVideoInfo, 0); 
     
    158157                } 
    159158                 
    160                 return (DoSomeShit[]) shitToDo.toArray(new DoSomeShit[]{}); 
     159                return (ShitToDo[]) shitToDo.toArray(new ShitToDo[]{}); 
    161160        } 
    162161} 
Note: See TracChangeset for help on using the changeset viewer.