Skip to content

[NETBEANS-2839] - cleanup Class raw type..#1377

Closed
BradWalker wants to merge 1 commit intoapache:masterfrom
BradWalker:NETBEANS-2839-raw-class-type
Closed

[NETBEANS-2839] - cleanup Class raw type..#1377
BradWalker wants to merge 1 commit intoapache:masterfrom
BradWalker:NETBEANS-2839-raw-class-type

Conversation

@BradWalker
Copy link
Member

Clean up a bunch of warnings related to use of a raw Class type..

Basically I just changed "Class" to "Class<?>"..

Clean up a bunch of warnings related to use of a raw Class type..

private Class getLoadedClassInThisLoaderOnly(String className) {
Class clazz = null;
Class<?> clazz = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a general problem: you changed white-space (see removed space).

@neilcsmith-net neilcsmith-net added the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Jul 15, 2019
@BradWalker
Copy link
Member Author

This will be fixed in a later git commit..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Don't merge this PR, it is not ready or just demonstration purposes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants