Skip to content
Snippets Groups Projects
Commit aacd13bc authored by felmer's avatar felmer
Browse files

SSDM-4925: Changing NullBridge constant to NULLNULL.

SVN: 38074
parent aedf4e0f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import org.hibernate.search.bridge.builtin.LongBridge;
public class NullBridge extends LongBridge
{
public static final String NULL = "NULL";
public static final String NULL = "NULLNULL";
@Override
public String objectToString(Object object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment