Delete unused (and broken) ListGroupsOption.fromValue() method
Recently the method ListChangesOption.fromValue() was removed
(d669bda1deaf6dadab971efd2c3dfe2d9e7173c5). For the same reasons we
should remove the method ListGroupsOption.fromValue().
This method does not work when the enum values are ordered
differently from the value passed in the construct. Since its
unused, just delete it. Nobody needs it so there is no value
in trying to fix the code.
Change-Id: I9b7cafa48932ad0a3fb568863f7571bc0b317e2a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed