1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[cleanup] adhere to best practice regarding declarations found by static analysis

This commit is contained in:
David Dykstal 2007-01-02 14:08:17 +00:00
parent 29deee5ca5
commit 9b91437099

View file

@ -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