Skip to content

Commit

Permalink
Issue moodlehq#42 - Switching to org.apache.commons.lang3.StringUtils…
Browse files Browse the repository at this point in the history
… as the current StringUtils has been deprecated
  • Loading branch information
David Monllao committed Jan 14, 2014
1 parent be98578 commit 0d50d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recorder.bsf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import java.io.*;
import java.util.regex.*;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.jmeter.util.JMeterUtils; // http://jakarta.apache.org/jmeter/api/org/apache/jmeter/util/JMeterUtils.html
import org.apache.jmeter.threads.JMeterContext; // http://jakarta.apache.org/jmeter/api/org/apache/jmeter/threads/JMeterContext.html
import org.apache.jmeter.samplers.SampleResult; // http://jakarta.apache.org/jmeter/api/org/apache/jmeter/samplers/SampleResult.html
Expand Down
2 changes: 1 addition & 1 deletion recorderfunctions.bsf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.io.*;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.jmeter.util.JMeterUtils; // http://jakarta.apache.org/jmeter/api/org/apache/jmeter/util/JMeterUtils.html


Expand Down

0 comments on commit 0d50d2c

Please sign in to comment.