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