view test/runtime/ClassUnload/classes/test/Empty.java @ 10262:c272092594bd

Merge
author dholmes
date Wed, 08 May 2013 21:06:46 -0400
parents 33bcd9ead1d5
children
line wrap: on
line source

package test;

public class Empty {
public String toString() { return "nothing"; }
}