Skip to content

Commit 8d06271

Browse files
committed
Doh meant to inherit.
1 parent 99c88a1 commit 8d06271

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

base/core/src/main/java/org/openscience/cdk/stereo/AbstractStereo.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,14 @@ public void setConfigOrder(int cfg) {
113113
}
114114

115115
/**
116-
* Access the stereo group in, this is present when this stereo element is racemic (AND) or relative (OR).
117-
* @return the group info
116+
* {@inheritDoc}
118117
*/
119118
public int getGroupInfo() {
120119
return value & IStereoElement.GRP_MASK;
121120
}
122121

123122
/**
124-
* Set the group info for this stereo center.
125-
* @param grp the group info
123+
* {@inheritDoc}
126124
*/
127125
public void setGrpConfig(int grp) {
128126
value &= ~IStereoElement.GRP_MASK;

0 commit comments

Comments
 (0)