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