1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

[225776] [dstore][processes] process filter status fields aren't persisted

This commit is contained in:
David McKnight 2011-02-15 16:27:06 +00:00
parent fdd3d6d10d
commit e1bdaae4ae

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2005, 2008 IBM Corporation and others.
* Copyright (c) 2005, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -14,6 +14,7 @@
* Contributors:
* Martin Oberhuber (Wind River) - [219975] Fix implementations of clone()
* Martin Oberhuber (Wind River) - [220041][api][breaking] Get rid of IHostProcessFilter#getStates()
* David McKnight (IBM) - [225776] [dstore][processes] process filter status fields aren't persisted
*******************************************************************************/
package org.eclipse.rse.services.clientserver.processes;
@ -468,7 +469,6 @@ public class HostProcessFilterImpl implements IHostProcessFilter, Cloneable
public void setSpecificState(String stateCode)
{
anystatus = false;
initStates();
states.put(stateCode, new Boolean(true));
}