summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/net
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-04-05 14:49:11 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-04-09 10:03:25 -0500
commit7c7b9d023cd466c1771068badc020dab36beb553 (patch)
tree178877eb83e25336be7577953945fbdb0b9e1a15 /base/util/src/netscape/net
parentda1e6e2f49f66fd46c8039ff1aa4386309fba8f4 (diff)
downloadpki-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/util/src/netscape/net')
-rw-r--r--base/util/src/netscape/net/NetworkClient.java2
-rw-r--r--base/util/src/netscape/net/TransferProtocolClient.java2
-rw-r--r--base/util/src/netscape/net/smtp/SmtpClient.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/base/util/src/netscape/net/NetworkClient.java b/base/util/src/netscape/net/NetworkClient.java
index ae8cdfcf4..f54ef7698 100644
--- a/base/util/src/netscape/net/NetworkClient.java
+++ b/base/util/src/netscape/net/NetworkClient.java
@@ -27,7 +27,7 @@ import java.net.UnknownHostException;
/**
* This is the base class for network clients.
- *
+ *
* @version 1.21, 08/07/97
* @author Jonathan Payne
*/
diff --git a/base/util/src/netscape/net/TransferProtocolClient.java b/base/util/src/netscape/net/TransferProtocolClient.java
index 76e3a9c21..587ec85a1 100644
--- a/base/util/src/netscape/net/TransferProtocolClient.java
+++ b/base/util/src/netscape/net/TransferProtocolClient.java
@@ -23,7 +23,7 @@ import java.util.Vector;
/**
* This class implements that basic intefaces of transfer protocols.
* It is used by subclasses implementing specific protocols.
- *
+ *
* @version 1.25, 08/07/97
* @author Jonathan Payne
*/
diff --git a/base/util/src/netscape/net/smtp/SmtpClient.java b/base/util/src/netscape/net/smtp/SmtpClient.java
index 40b927b8f..bebeded3d 100644
--- a/base/util/src/netscape/net/smtp/SmtpClient.java
+++ b/base/util/src/netscape/net/smtp/SmtpClient.java
@@ -31,7 +31,7 @@ import netscape.net.TransferProtocolClient;
* sender, calling startMessage to return a stream to which you write
* the message (with RFC733 headers) and then you finally close the Smtp
* Client.
- *
+ *
* @version 1.17, 12 Dec 1994
* @author James Gosling
*/