Advertisement
pellekrogholt

Untitled

Sep 10th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1.      private class SaveRecordingToFileCallable implements Callable<String> {
  2.  
  3.             private float[][] recordings;
  4.             private boolean ;
  5.  
  6.             public SaveRecordingToFileCallable(float[][] recordings, boolean isBaseline){
  7.                 this.recordings = recordings;
  8.             }
  9.  
  10.             @Override
  11.             public String call() throws Exception {
  12.                 // TODO Auto-generated method stub
  13.                 return null;
  14.             }
  15.  
  16.  
  17.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement