blob: 46a3c8dd171ca9e11c7db46c55ed1b896575a5f6 [file] [log] [blame]
package org.eclipse.core.tests.internal.resources;
/*
* (c) Copyright IBM Corp. 2002.
* All Rights Reserved.
*/
/**
*/
public class EarthNature extends TestNature {
/**
* Constructor for EarthNature.
*/
public EarthNature() {
super();
}
}