Skip to content

Commit

Permalink
Fix ReflectionUtils comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Oct 15, 2020
1 parent 3b6ad31 commit 476c983
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import javax.annotation.Nullable;

/**
* Reflection utils for fields.
* Reflection utils.
*
* @author damios
*/
Expand All @@ -14,6 +14,7 @@ private ReflectionUtils() {
}

public static Field convertFieldObject(java.lang.reflect.Field field) {
// The constructor is package private
return new Field(field);
}

Expand Down

0 comments on commit 476c983

Please sign in to comment.