From 7c7b9d023cd466c1771068badc020dab36beb553 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 5 Apr 2012 14:49:11 -0500 Subject: 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 --- base/silent/src/com/netscape/pkisilent/common/ServerInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/silent/src/com/netscape/pkisilent/common/ServerInfo.java') diff --git a/base/silent/src/com/netscape/pkisilent/common/ServerInfo.java b/base/silent/src/com/netscape/pkisilent/common/ServerInfo.java index f63456b4d..5eccb1601 100644 --- a/base/silent/src/com/netscape/pkisilent/common/ServerInfo.java +++ b/base/silent/src/com/netscape/pkisilent/common/ServerInfo.java @@ -41,7 +41,7 @@ public class ServerInfo { public static CMSProperties props = null; public static CMSProperties CMSprops = null; - // Private variables + // Private variables private int i; public String CMSConfigFile, AdminConfigFile; @@ -150,7 +150,7 @@ public class ServerInfo { readCMSConfig(); } - // Private functions + // Private functions private void SystemInfo() { try { domain = InetAddress.getLocalHost().getHostName(); @@ -351,5 +351,5 @@ public class ServerInfo { }// end of function main -} // end of class +} // end of class -- cgit