sebb        2005/01/04 11:32:53

  Modified:    src/protocol/java/org/apache/jmeter/protocol/java/sampler
                        BeanShellSampler.java
  Log:
  Remove unused import
  
  Revision  Changes    Path
  1.10      +3 -4      
jakarta-jmeter/src/protocol/java/org/apache/jmeter/protocol/java/sampler/BeanShellSampler.java
  
  Index: BeanShellSampler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/java/org/apache/jmeter/protocol/java/sampler/BeanShellSampler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- BeanShellSampler.java     10 Dec 2004 21:32:54 -0000      1.9
  +++ BeanShellSampler.java     4 Jan 2005 19:32:53 -0000       1.10
  @@ -1,6 +1,6 @@
   // $Header$
   /*
  - * Copyright 2003-2004 The Apache Software Foundation.
  + * Copyright 2003-2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -18,7 +18,6 @@
   
   package org.apache.jmeter.protocol.java.sampler;
   
  -import java.io.FileNotFoundException;
   import java.io.IOException;
   
   //import bsh.EvalError;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to