Skip to content

Commit

Permalink
Update ObjectFactory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr committed Jun 9, 2023
1 parent ddea187 commit 1449dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public <T> T newObject(Class<T> type)
* @param type the target type
* @return a new instance of the specified class
*
* @throws ReflectiveOperationException
* @throws ReflectiveOperationException in case of failure during the instantiation
*/
public abstract <T> T newObject(Class<T> type) throws ReflectiveOperationException;

Expand Down

0 comments on commit 1449dcc

Please sign in to comment.