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 --- .../com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/console/src/com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java') diff --git a/base/console/src/com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java b/base/console/src/com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java index 83c8ab2e8..b1d5662a0 100644 --- a/base/console/src/com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java +++ b/base/console/src/com/netscape/admin/certsrv/config/LogPluginSelectionDialog.java @@ -49,9 +49,9 @@ public class LogPluginSelectionDialog extends PluginSelectionDialog *==========================================================*/ public LogPluginSelectionDialog( JFrame parent, - AdminConnection conn, + AdminConnection conn, String dest, - CMSPluginInstanceTab pluginType) + CMSPluginInstanceTab pluginType) { super(PREFIX, parent,conn, dest, pluginType); mScope = ScopeDef.SC_LOG_IMPLS; -- cgit