You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2012/03/24 12:01:33 UTC

svn commit: r1304758 - in /james/hupa/trunk: client/src/test/java/org/apache/hupa/client/mock/ server/src/main/java/org/apache/hupa/server/ server/src/main/java/org/apache/hupa/server/utils/ server/src/test/java/org/apache/hupa/server/integration/

Author: manolo
Date: Sat Mar 24 11:01:32 2012
New Revision: 1304758

URL: http://svn.apache.org/viewvc?rev=1304758&view=rev
Log:
replace tabs by spaces

Modified:
    james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java
    james/hupa/trunk/server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java
    james/hupa/trunk/server/src/main/java/org/apache/hupa/server/utils/ConfigurationProperties.java
    james/hupa/trunk/server/src/test/java/org/apache/hupa/server/integration/StoreBugTest.java

Modified: james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java?rev=1304758&r1=1304757&r2=1304758&view=diff
==============================================================================
--- james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java (original)
+++ james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockUploader.java Sat Mar 24 11:01:32 2012
@@ -177,36 +177,36 @@ public class MockUploader implements IUp
         // TODO Auto-generated method stub
     }
 
-	@Override
-	public String getServletPath() {
-		// TODO Auto-generated method stub
-		return null;
-	}
-
-	@Override
-	public void add(Widget widget, int index) {
-		// TODO Auto-generated method stub
-	}
-
-	@Override
-	public UploadedInfo getServerInfo() {
-		// TODO Auto-generated method stub
-		return null;
-	}
-
-	@Override
-	public boolean isEnabled() {
-		// TODO Auto-generated method stub
-		return false;
-	}
-
-	@Override
-	public void setAutoSubmit(boolean b) {
-		// TODO Auto-generated method stub
-	}
-
-	@Override
-	public void setEnabled(boolean b) {
-		// TODO Auto-generated method stub
-	}
+    @Override
+    public String getServletPath() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    @Override
+    public void add(Widget widget, int index) {
+        // TODO Auto-generated method stub
+    }
+
+    @Override
+    public UploadedInfo getServerInfo() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    @Override
+    public boolean isEnabled() {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
+    @Override
+    public void setAutoSubmit(boolean b) {
+        // TODO Auto-generated method stub
+    }
+
+    @Override
+    public void setEnabled(boolean b) {
+        // TODO Auto-generated method stub
+    }
 }

Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java?rev=1304758&r1=1304757&r2=1304758&view=diff
==============================================================================
--- james/hupa/trunk/server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java (original)
+++ james/hupa/trunk/server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java Sat Mar 24 11:01:32 2012
@@ -67,7 +67,7 @@ public class InMemoryIMAPStoreCache impl
             props.setProperty("mail.imaps.connectionpoolsize", connectionPoolSize +"");
             props.setProperty("mail.imaps.connectionpooltimeout", timeout + "");
             if (!truststore.isEmpty()) {
-        	System.setProperty("javax.net.ssl.trustStore", truststore);
+                System.setProperty("javax.net.ssl.trustStore", truststore);
             }
             if (!truststorePassword.isEmpty()) {
                 System.setProperty("javax.net.ssl.trustStorePassword", truststorePassword);

Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/utils/ConfigurationProperties.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/main/java/org/apache/hupa/server/utils/ConfigurationProperties.java?rev=1304758&r1=1304757&r2=1304758&view=diff
==============================================================================
--- james/hupa/trunk/server/src/main/java/org/apache/hupa/server/utils/ConfigurationProperties.java (original)
+++ james/hupa/trunk/server/src/main/java/org/apache/hupa/server/utils/ConfigurationProperties.java Sat Mar 24 11:01:32 2012
@@ -49,9 +49,9 @@ public enum ConfigurationProperties {
     private String propValue;
     
     private ConfigurationProperties (String property, boolean mandatory, String propValue) {
-	this.property = property;
-	this.mandatory = mandatory;
-	this.propValue = propValue;
+        this.property = property;
+        this.mandatory = mandatory;
+        this.propValue = propValue;
     }
     
     /**

Modified: james/hupa/trunk/server/src/test/java/org/apache/hupa/server/integration/StoreBugTest.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/test/java/org/apache/hupa/server/integration/StoreBugTest.java?rev=1304758&r1=1304757&r2=1304758&view=diff
==============================================================================
--- james/hupa/trunk/server/src/test/java/org/apache/hupa/server/integration/StoreBugTest.java (original)
+++ james/hupa/trunk/server/src/test/java/org/apache/hupa/server/integration/StoreBugTest.java Sat Mar 24 11:01:32 2012
@@ -55,7 +55,7 @@ public class StoreBugTest {
     
     Session session = Session.getDefaultInstance(new Properties(), null);
     static InMemoryIMAPStoreCache cache = new InMemoryIMAPStoreCache(new MockLog(), imapServer, imapPort, isSSl, 2, 60000, false,
-	    truststore, truststorePassword, new JavaMailSessionProvider().get());
+        truststore, truststorePassword, new JavaMailSessionProvider().get());
     static User user = new User() {
        private static final long serialVersionUID = 1L;
        {setName(imapUser); setPassword(imapPass);}



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org