*** empty log message ***

This commit is contained in:
travismccauley 2004-06-25 00:42:04 +00:00
parent 3ef039e4c5
commit 36ae2dc8f3
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class LexComponentRepository
termForQuery = "%" + termForQuery + "%";
}
String queryString = " FROM org.thdl.lex.component.ITerm as term WHERE term like :term AND term.deleted=0 ORDER BY term";
String queryString = " FROM org.thdl.lex.component.ITerm as term WHERE term.term like :term AND term.deleted=0 ORDER BY term";
try
{
query = getSession().createQuery( queryString );