blob: deb98bed13c59bc8f55af995592eeb2ece555090 [file] [log] [blame]
/**
* Default Testing Comment for
* CompilationUnit SampleCloseable.java
*/
/**
* Default Testing Comment for
* Type SampleCloseable
*/
public class SampleCloseable implements AutoCloseable {
@Override
public String toString() {
return "SampleCloseable class";
}
@Override
public void close() {
// TODO [anonymous] Auto-generated method stub.
}
}