[jbosstools-commits] JBoss Tools SVN: r41208 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/utils.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 21 08:46:36 EDT 2012


Author: adietish
Date: 2012-05-21 08:46:36 -0400 (Mon, 21 May 2012)
New Revision: 41208

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/utils/Logger.java
Log:
removed unneeded 2nd class header

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/utils/Logger.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/utils/Logger.java	2012-05-21 12:24:20 UTC (rev 41207)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/utils/Logger.java	2012-05-21 12:46:36 UTC (rev 41208)
@@ -5,8 +5,8 @@
  * Eclipse Public License v1.0 which accompanies this distribution, 
  * and is available at http://www.eclipse.org/legal/epl-v10.html 
  * 
- * Contributors: 
- * Xavier Coulon - Initial API and implementation 
+ * Contributors:
+ *     Red Hat Incorporated - initial API and implementation
  ******************************************************************************/
 
 package org.jboss.tools.openshift.express.internal.ui.utils;
@@ -19,19 +19,10 @@
 import org.eclipse.core.runtime.Status;
 import org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator;
 
-/******************************************************************************* 
- * Copyright (c) 2008 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: 
- * Xavier Coulon - Initial API and implementation 
- ******************************************************************************/
-
 /**
  * A logger wrapper utility for classes in the current bundle only.
+ * 
+ * @author Xavier Coulon
  */
 public final class Logger {
 



More information about the jbosstools-commits mailing list