Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2025 Oracle and/or its affiliates and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -148,7 +148,9 @@ public boolean run(Outline model, Options opt, ErrorHandler errorHandler) throws
else
bindings._namespace(Const.JAXB_NSURI,"");
bindings.version("3.0");
bindings._comment("\n\n"+opt.getPrologComment()+"\n ");
if (!opt.noFileHeader) {
bindings._comment("\n\n"+opt.getPrologComment()+"\n ");
}

// generate listing per schema
for (Map.Entry<XSSchema,PerSchemaOutlineAdaptors> e : perSchema.entrySet()) {
Expand Down