提交 072271d9 编写于 作者: S Sam Brannen

[SPR-8549] Documented the equals() method implementation in MergedContextConfiguration.

上级 46111997
......@@ -176,9 +176,11 @@ public class MergedContextConfiguration implements Serializable {
}
/**
* TODO Document equals() implementation.
*
* @see java.lang.Object#equals(java.lang.Object)
* Determine if the supplied object is equal to this {@code MergedContextConfiguration}
* instance by comparing both object's {@link #getLocations() locations},
* {@link #getClasses() configuration classes}, {@link #getActiveProfiles()
* active profiles}, and the fully qualified names of their
* {@link #getContextLoader() ContextLoaders}.
*/
@Override
public boolean equals(Object obj) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册