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

SSDM-4925: Changing NullBridge constant back to NULL.

SVN: 38077
parent 1c6f5651
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ import org.hibernate.search.bridge.builtin.LongBridge; ...@@ -24,7 +24,7 @@ import org.hibernate.search.bridge.builtin.LongBridge;
public class NullBridge extends LongBridge public class NullBridge extends LongBridge
{ {
public static final String NULL = "NULLNULL"; public static final String NULL = "NULL";
@Override @Override
public String objectToString(Object object) 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