aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/atDecp/case4/Moody.java
blob: 13353c72e700a43cbf42b4bd65f554b504f98706 (plain)
1
2
3
4
5
6
package moody;

public interface Moody {
  Mood getMood();
  void setMood(Mood mood);
}