summaryrefslogtreecommitdiffstats
path: root/tests/bugs1810/490315/SomeDTO.java
blob: d7bc67f306d883b6591e5c8f47476287ce429e88 (plain)
1
2
3
4
5
6
7
8
9
10
package test;

import java.io.Serializable;

public class SomeDTO implements Serializable {

    public String getTag() {
        return "tag";
    }
}