Skip to content
Snippets Groups Projects
Commit 19a09202 authored by Devon-Harstrom's avatar Devon-Harstrom
Browse files

Refactor 4 done

Smaller refactors made I changed the name of t to _type and ct to _componentType as I missed them from naming refactor.

Next I also fixed the warning from Class _class and any other use of Class. Instead using Class <?> since it can be any type even Class<?>[]

Lastly, I quickly changed the for loop in the code from standard for(int i=0; i<length; i++) style to for (Field field: _fields)

Style
parent 4233ea16
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment