Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Ehat (0.13 sec)

  1. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

            } else if (!(other instanceof ToolchainModel)) {
                return false;
            } else {
                ToolchainModel that = (ToolchainModel) other;
                return java.util.Objects.equals(this.getType(), that.getType())
                    && java.util.Objects.equals(this.getProvides(), that.getProvides());
            }
        } //-- boolean equals(Object)
                    ]]>
              </code>
            </codeSegment>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
Back to top