Place modifiers in expected order

Former-commit-id: 0cf3616fd9a737f4ca143b6f46165bdbf0e14aec
This commit is contained in:
Hans Joachim Desserud
2015-02-22 10:58:31 +01:00
parent 135ed5c614
commit ff4a1e0ac6

View File

@@ -31,7 +31,7 @@ import javax.xml.namespace.QName;
@XmlRegistry
public class ObjectFactory {
private final static QName _Project_QNAME = new QName("http://maven.apache.org/POM/4.0.0", "project");
private static final QName _Project_QNAME = new QName("http://maven.apache.org/POM/4.0.0", "project");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.owasp.dependencycheck.analyzer.pom.generated