From 9b91437099723608d40558802d411e0ef3e2ebcb Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 2 Jan 2007 14:08:17 +0000 Subject: [PATCH] [cleanup] adhere to best practice regarding declarations found by static analysis --- .../org/eclipse/rse/core/model/SystemSignonInformation.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java index dbc55c831e3..f65e534ae4d 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java @@ -28,7 +28,10 @@ package org.eclipse.rse.core.model; public final class SystemSignonInformation { - private String _hostname, _userid, _systemType, _password; + private String _hostname; + private String _userid; + private String _systemType; + private String _password; /** * Default no-arg constructor