We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Error code:
while (cls != null && method == null) { try { method = cls.getDeclaredMethod("getConfigLocations", new Class<?>[0]); } catch (NoSuchMethodException t) { cls = cls.getSuperclass(); } }