arjun4084346 commented on a change in pull request #3281:
URL: https://github.com/apache/gobblin/pull/3281#discussion_r634671189
##########
File path:
gobblin-api/src/main/java/org/apache/gobblin/util/ClassAliasResolver.java
##########
@@ -100,15 +101,17 @@ public String resolve(final String possibleAlias) {
* and is also a subclass of {@link #subtypeOf}, if it fails it returns a
class object for name
* <code>aliasOrClassName</code>.
*/
- public Class<? extends T> resolveClass(final String aliasOrClassName) throws
ClassNotFoundException {
+ public Class<? extends T> resolveClass(final String aliasOrClassName)
+ throws ClassNotFoundException {
Review comment:
Should we keep this style?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]