blob: 8662033515a428f238870daaeb0cda2ef3d97807 [file] [log] [blame]
package com.test;
public class TestBean1Subclass extends TestBean1
{
public String getLocallyDefinedProperty()
{
return "";
}
}