SGF-501 - Add serialVersionUID to ListRegionsOnServerFunction

(cherry picked from commit 27cf4a872971a7871a85763580227a711e51d785)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2016-05-23 16:01:30 -07:00
parent 2fe1029abf
commit 46723ae357

View File

@@ -32,6 +32,8 @@ import com.gemstone.gemfire.cache.execute.FunctionContext;
@SuppressWarnings("serial")
public class ListRegionsOnServerFunction implements Function {
private static final long serialVersionUID = 867530169l;
public static final String ID = ListRegionsOnServerFunction.class.getName();
/*