oracle / coherence

Oracle Coherence Community Edition
https://coherence.community
Universal Permissive License v1.0
426 stars 70 forks source link

Small typo in dev-guidelines and the example source code #21

Closed swayamraina closed 2 years ago

swayamraina commented 4 years ago

There is a small error in the example and the referenced source code in Import Declarations section.

dev-guidelines says,

All import statements should be sorted alphabetically.

though the example shown and the respective source file has wrong ordering

import com.oracle.coherence.common.base.Exceptions; import com.oracle.coherence.common.base.Hasher; import com.oracle.coherence.common.base.HashHelper; import com.oracle.coherence.common.base.Formatting; import com.oracle.coherence.common.base.Objects;

aseovic commented 2 years ago

Fixed by #22