Author: fguillaume
Date: Wed Sep 29 12:57:04 2010
New Revision: 1002595
URL: http://svn.apache.org/viewvc?rev=1002595&view=rev
Log:
whitespace; remove duplicate tests
Removed:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/misc/ConverterTest.java
incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/src/test/java/org/apache/chemistry/opencmis/client/bindings/misc/MiscTest.java
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/UrlBuilder.java
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/test/java/org/apache/chemistry/opencmis/commons/impl/misc/MiscTest.java
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/UrlBuilder.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/UrlBuilder.java?rev=1002595&r1=1002594&r2=1002595&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/UrlBuilder.java
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/main/java/org/apache/chemistry/opencmis/commons/impl/UrlBuilder.java
Wed Sep 29 12:57:04 2010
@@ -29,9 +29,8 @@ import org.apache.chemistry.opencmis.com
/**
* Utility class that helps building URLs.
- *
+ *
* @author <a href="mailto:[email protected]">Florian Müller</a>
- *
*/
public class UrlBuilder {
@@ -40,7 +39,7 @@ public class UrlBuilder {
/**
* Constructor.
- *
+ *
* @param url
* initial URL
*/
@@ -65,7 +64,7 @@ public class UrlBuilder {
/**
* Constructor.
- *
+ *
* @param scheme
* scheme
* @param host
@@ -108,7 +107,7 @@ public class UrlBuilder {
/**
* Adds a parameter to the URL.
- *
+ *
* @param name
* parameter name
* @param value
@@ -134,7 +133,7 @@ public class UrlBuilder {
/**
* Adds a path segment to the URL.
- *
+ *
* @param pathSegment
* the path segment.
*/
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/test/java/org/apache/chemistry/opencmis/commons/impl/misc/MiscTest.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/test/java/org/apache/chemistry/opencmis/commons/impl/misc/MiscTest.java?rev=1002595&r1=1002594&r2=1002595&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/test/java/org/apache/chemistry/opencmis/commons/impl/misc/MiscTest.java
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/src/test/java/org/apache/chemistry/opencmis/commons/impl/misc/MiscTest.java
Wed Sep 29 12:57:04 2010
@@ -24,9 +24,8 @@ import junit.framework.TestCase;
/**
* Tests miscellaneous details.
- *
+ *
* @author <a href="mailto:[email protected]">Florian Müller</a>
- *
*/
public class MiscTest extends TestCase {