Author: adietish
Date: 2010-11-09 08:42:08 -0500 (Tue, 09 Nov 2010)
New Revision: 26367
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AllImageFilter.java
Log:
[JBIDE-7518] removed unneeded non-nls comments, added copyright header
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AllImageFilter.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AllImageFilter.java 2010-11-09
13:40:04 UTC (rev 26366)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AllImageFilter.java 2010-11-09
13:42:08 UTC (rev 26367)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 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.deltacloud.core;
public class AllImageFilter implements IImageFilter {
@@ -20,19 +30,19 @@
}
public IFieldMatcher getNameRule() {
- return matcher; //$NON-NLS-1$
+ return matcher;
}
public IFieldMatcher getIdRule() {
- return matcher; //$NON-NLS-1$
+ return matcher;
}
public IFieldMatcher getArchRule() {
- return matcher; //$NON-NLS-1$
+ return matcher;
}
public IFieldMatcher getDescRule() {
- return matcher; //$NON-NLS-1$
+ return matcher;
}
}