Author: fmui
Date: Wed Sep 16 15:01:05 2015
New Revision: 1703422

URL: http://svn.apache.org/r1703422
Log:
minor corrections

Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RedirectingContentStream.java
    
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/browser/BrowserCallContextImpl.java

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RedirectingContentStream.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RedirectingContentStream.java?rev=1703422&r1=1703421&r2=1703422&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RedirectingContentStream.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RedirectingContentStream.java
 Wed Sep 16 15:01:05 2015
@@ -22,7 +22,7 @@ package org.apache.chemistry.opencmis.co
  * Content stream redirecting to another location. (AtomPub binding and Browser
  * binding server only.)
  */
-public interface RedirectingContentStream {
+public interface RedirectingContentStream extends ContentStream {
 
     /**
      * Returns the HTTP status code, for example 301 (moved permanently) or 307

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/browser/BrowserCallContextImpl.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/browser/BrowserCallContextImpl.java?rev=1703422&r1=1703421&r2=1703422&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/browser/BrowserCallContextImpl.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/java/org/apache/chemistry/opencmis/server/impl/browser/BrowserCallContextImpl.java
 Wed Sep 16 15:01:05 2015
@@ -44,6 +44,8 @@ import org.apache.chemistry.opencmis.ser
  */
 public class BrowserCallContextImpl extends CallContextImpl {
 
+    private static final long serialVersionUID = 1L;
+    
     private CmisService service;
     private String objectId;
     private String[] pathFragments;


Reply via email to