Nikolay Izhikov created IGNITE-12841:
----------------------------------------

             Summary: @Override must be on the same line as a method
                 Key: IGNITE-12841
                 URL: https://issues.apache.org/jira/browse/IGNITE-12841
             Project: Ignite
          Issue Type: Bug
            Reporter: Nikolay Izhikov


Right now, there are many places where codestyle broken.

{noformat}
    /** {@inheritDoc} */
    @Override
    public boolean registerClassName(byte platformId, int typeId, String 
clsName) throws IgniteCheckedException {
        return registerClassName(platformId, typeId, clsName, false);
    }

{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to