From e927d71167a949e4ae6d1676b5d184895e76871c Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 7 Nov 2008 21:23:31 +0000 Subject: [PATCH] [252708] added @since 3.1 for the _childChanged variable --- .../rse/ui/widgets/services/ServiceElement.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/ServiceElement.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/ServiceElement.java index 04521108290..c58caf623f0 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/ServiceElement.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/ServiceElement.java @@ -28,9 +28,13 @@ public abstract class ServiceElement protected ServiceElement _parent; protected boolean _isSelected = false; - // indicates whether a child of this element has changed - // this is used to determine whether or not a commit is required - protected boolean _childChanged = false; + /** + * Indicates whether a child of this element has changed + * this is used to determine whether or not a commit is required + * + * @since 3.1 + */ + protected boolean _childChanged = false; public ServiceElement(IHost host, ServiceElement parent) {