public void giveFeedback(Reply reply) {
PostType postType = reply.getType();
if (postType == PostType.HELPFUL) {
reply.addRating(new Rating("Winner"));
} else {
reply.addRating(new Rating("Agree"));
}
}
I love when people make these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.