You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/02 12:30:40 UTC

svn commit: r803803 - /websites/staging/openejb/trunk/content/examples-trunk/datasource-ciphered-password/src/test/java/org/superbiz/DataSourceCipheredExampleTest.java

Author: buildbot
Date: Thu Feb  2 11:30:40 2012
New Revision: 803803

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/examples-trunk/datasource-ciphered-password/src/test/java/org/superbiz/DataSourceCipheredExampleTest.java

Modified: websites/staging/openejb/trunk/content/examples-trunk/datasource-ciphered-password/src/test/java/org/superbiz/DataSourceCipheredExampleTest.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/datasource-ciphered-password/src/test/java/org/superbiz/DataSourceCipheredExampleTest.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/datasource-ciphered-password/src/test/java/org/superbiz/DataSourceCipheredExampleTest.java Thu Feb  2 11:30:40 2012
@@ -16,7 +16,7 @@
  */
 package org.superbiz;
 
-import org.apache.commons.lang.StringUtils;
+import org.apache.commons.lang3.StringUtils;
 import org.apache.openejb.resource.jdbc.PasswordCipher;
 import org.junit.BeforeClass;
 import org.junit.Test;