From 500fe4441a5d458818138cc9b536c3b19ac23dc8 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Tue, 29 May 2012 14:53:35 -0400 Subject: Patch with fixes for review comments 0529 --- base/silent/src/com/netscape/pkisilent/common/Request.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'base/silent/src/com') diff --git a/base/silent/src/com/netscape/pkisilent/common/Request.java b/base/silent/src/com/netscape/pkisilent/common/Request.java index 978426c50..4557f2f65 100644 --- a/base/silent/src/com/netscape/pkisilent/common/Request.java +++ b/base/silent/src/com/netscape/pkisilent/common/Request.java @@ -664,9 +664,7 @@ public class Request extends TestClient { con.setQueryString(query); con.setActionURL(ACTION_STRING); con.Send(); - StringBuffer s; - - s = con.getPage(); + StringBuffer s = con.getPage(); if (debug) { System.out.println(s.toString()); -- cgit