adding all of botlist, initial add
[botlist.git] / openbotlist / src / org / spirit / dao / BotListUserCommentsDAO.java
bloba3d09caa1412f40715acfb4a92bfcad94a4df429
1 /**
2 * Berlin Brown
3 * Nov 9, 2006
4 */
6 package org.spirit.dao;
8 import java.util.List;
10 /**
11 * This is class is used by botverse.
13 * @author Berlin Brown
17 public interface BotListUserCommentsDAO {
19 public List listComments(final String queryStr);