diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-04-05 14:49:11 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-04-09 10:03:25 -0500 |
commit | 7c7b9d023cd466c1771068badc020dab36beb553 (patch) | |
tree | 178877eb83e25336be7577953945fbdb0b9e1a15 /base/common/test | |
parent | da1e6e2f49f66fd46c8039ff1aa4386309fba8f4 (diff) | |
download | pki-7c7b9d023cd466c1771068badc020dab36beb553.tar.gz pki-7c7b9d023cd466c1771068badc020dab36beb553.tar.xz pki-7c7b9d023cd466c1771068badc020dab36beb553.zip |
Removed whitespaces from Java code.
Whitespaces in Java code have been removed with the following command:
find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \;
Ticket #134
Diffstat (limited to 'base/common/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java b/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java index c60e93d99..fab809bad 100644 --- a/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java +++ b/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java @@ -244,7 +244,7 @@ public class AuthTokenTest extends CMSBaseTestCase { /** * CMSMemoryStub - * + * * This class is used to help test methods that rely on setting and then * getting a value out. It assumes BtoA is always called first, stores * the value passed in, and then returns that value for BtoA. diff --git a/base/common/test/com/netscape/cmscore/dbs/DBVirtualListDefaultStub.java b/base/common/test/com/netscape/cmscore/dbs/DBVirtualListDefaultStub.java index d674bd6a6..4f4c2ddbb 100644 --- a/base/common/test/com/netscape/cmscore/dbs/DBVirtualListDefaultStub.java +++ b/base/common/test/com/netscape/cmscore/dbs/DBVirtualListDefaultStub.java @@ -26,7 +26,7 @@ import com.netscape.certsrv.dbs.IElementProcessor; * This class helps test avoid the problem of test stubs having to * implement a new stub method every time the interface changes. * It also makes the tests clearer by not cluttered them with empty methods. - * + * * Do not put any behaviour in this class. */ public class DBVirtualListDefaultStub<T> implements IDBVirtualList<T> { diff --git a/base/common/test/com/netscape/cmscore/request/RequestTest.java b/base/common/test/com/netscape/cmscore/request/RequestTest.java index 5832f6af5..32c244033 100644 --- a/base/common/test/com/netscape/cmscore/request/RequestTest.java +++ b/base/common/test/com/netscape/cmscore/request/RequestTest.java @@ -592,7 +592,7 @@ public class RequestTest extends CMSBaseTestCase { /** * CMSMemoryStub - * + * * This class is used to help test methods that rely on setting and then * getting a value out. It assumes BtoA is always called first, stores * the value passed in, and then returns that value for BtoA. |