We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c88a1 commit 8d06271Copy full SHA for 8d06271
base/core/src/main/java/org/openscience/cdk/stereo/AbstractStereo.java
@@ -113,16 +113,14 @@ public void setConfigOrder(int cfg) {
113
}
114
115
/**
116
- * Access the stereo group in, this is present when this stereo element is racemic (AND) or relative (OR).
117
- * @return the group info
+ * {@inheritDoc}
118
*/
119
public int getGroupInfo() {
120
return value & IStereoElement.GRP_MASK;
121
122
123
124
- * Set the group info for this stereo center.
125
- * @param grp the group info
126
127
public void setGrpConfig(int grp) {
128
value &= ~IStereoElement.GRP_MASK;
0 commit comments