Fix of variable names according to the naming convention (#7855)

* Changed the fields to final static

* correct the java checkstyle

* Changed the naming of packages according to the naming conventions
This commit is contained in:
Shivam Purohit 2022-10-02 04:34:28 +05:30 committed by GitHub
parent 4e0a56786a
commit a52e18611c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
package org.openmetadata.client.listUtils;
package org.openmetadata.client.listutils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;