mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
[cleanup] adhere to best practice regarding declarations found by static analysis
This commit is contained in:
parent
29deee5ca5
commit
9b91437099
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ package org.eclipse.rse.core.model;
|
||||||
public final class SystemSignonInformation {
|
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
|
* Default no-arg constructor
|
||||||
|
|
Loading…
Add table
Reference in a new issue