Please review fix for issue# 197290

Petr Pisl <[email protected]> Fri, 01 Apr 2011 10:10:09 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
Issue: http://netbeans.org/bugzilla/show_bug.cgi?id=197290
Fix: http://hg.netbeans.org/web-main/rev/8dd80b76b1a7

The fix is very simple. Every class is created in a namespace. The fix 
correct that the class in certain cases is not created in a file, but in 
default namespace.

Risk: There shouldn't be any risk.