blob: 0fc24edb4ea613dc54c03b126d10c2e60450afd1 [file] [log] [blame]
cbateman880ffd92006-07-20 20:02:42 +00001package com.test;
2
3public class AnotherBean
4{
5 public String getProperty();
6 {
7 return "";
8 }
9
10 public void setProperty(String prop)
11 {
12 }
13}