Mercurial > hg > Database > jungle-network
view src/jungle/test/bbs/BoardMessage.java @ 58:4851344e120e
fix bug LogUpdateCodeSegment and ChildLogCheckCodeSegment
author | one |
---|---|
date | Mon, 15 Jul 2013 10:13:34 +0900 |
parents | d8ee57a1c2c6 |
children |
line wrap: on
line source
package jungle.test.bbs; public interface BoardMessage { public String getUUID(); public String getAuthor(); public String getMessage(); }