[jbosstools-commits] JBoss Tools SVN: r39813 - trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 23 20:12:12 EDT 2012


Author: scabanovich
Date: 2012-03-23 20:12:11 -0400 (Fri, 23 Mar 2012)
New Revision: 39813

Modified:
   trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/DirtyEditorTracker.java
Log:


Modified: trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/DirtyEditorTracker.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/DirtyEditorTracker.java	2012-03-24 00:11:27 UTC (rev 39812)
+++ trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/util/DirtyEditorTracker.java	2012-03-24 00:12:11 UTC (rev 39813)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+  * Copyright (c) 2012 Red Hat, Inc.
+  * Distributed under license by Red Hat, Inc. All rights reserved.
+  * This program is made available under the terms of the
+  * Eclipse Public License v1.0 which accompanies this distribution,
+  * and is available at http://www.eclipse.org/legal/epl-v10.html
+  *
+  * Contributors:
+  *     Red Hat, Inc. - initial API and implementation
+  ******************************************************************************/
 package org.jboss.tools.common.util;
 
 import java.util.HashSet;
@@ -18,6 +28,11 @@
 import org.eclipse.ui.IWorkbenchWindow;
 import org.jboss.tools.common.CommonPlugin;
 
+/**
+ * 
+ * @author Viacheslav Kabanovich
+ *
+ */
 public class DirtyEditorTracker implements IWindowListener, IPageListener, IPartListener, IPropertyListener {
 	static DirtyEditorTracker INSTANCE;
 



More information about the jbosstools-commits mailing list