Skip to content

Commit 0d64224

Browse files
committed
fix java doc
Signed-off-by: dbulahov <[email protected]>
1 parent f5c233c commit 0d64224

File tree

5 files changed

+38
-2
lines changed

5 files changed

+38
-2
lines changed

.licenserc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ header:
4646
- 'license.templates'
4747
- '**/logback-test.xml'
4848
- '**/*.svg'
49+
- 'model/xsd/*.xsd'
50+
- 'model/jakarta.xml.bind/src/main/gen/**/*.java'
4951

5052
comment: always

model/emf/src/main/resources/odf.ecore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/*********************************************************************
4+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+
*
6+
* This program and the accompanying materials are made
7+
* available under the terms of the Eclipse Public License 2.0
8+
* which is available at https://www.eclipse.org/legal/epl-2.0/
9+
*
10+
* SPDX-License-Identifier: EPL-2.0
11+
**********************************************************************/
12+
-->
213
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
314
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
415
<ecore:EPackage name="drawing" nsURI="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"

model/jakarta.xml.bind/bind.xjb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/*********************************************************************
4+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+
*
6+
* This program and the accompanying materials are made
7+
* available under the terms of the Eclipse Public License 2.0
8+
* which is available at https://www.eclipse.org/legal/epl-2.0/
9+
*
10+
* SPDX-License-Identifier: EPL-2.0
11+
**********************************************************************/
12+
-->
113
<jaxb:bindings
214
xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
315
xmlns:xs="http://www.w3.org/2001/XMLSchema"

model/jakarta.xml.bind/src/main/gen/META-INF/JAXB/episode_xjc_1.xjb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<!--
3+
/*********************************************************************
4+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+
*
6+
* This program and the accompanying materials are made
7+
* available under the terms of the Eclipse Public License 2.0
8+
* which is available at https://www.eclipse.org/legal/epl-2.0/
9+
*
10+
* SPDX-License-Identifier: EPL-2.0
11+
**********************************************************************/
12+
-->
213
<bindings version="3.0" xmlns="https://jakarta.ee/xml/ns/jaxb">
314
<!--
415

model/jakarta.xml.bind/src/main/gen/org/eclipse/daanse/odf/model/jakarta/xml/bind/office/ObjectFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ public JAXBElement<TextSectionSourceDde> createDdeSource(TextSectionSourceDde va
252252
}
253253

254254
/**
255-
* Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}
255+
* Create an instance of JAXBElement byte[]
256256
*
257257
* @param value
258258
* Java instance representing xml element's value.
259259
* @return
260-
* the new instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}
260+
* the new instance of byte[]
261261
*/
262262
@XmlElementDecl(namespace = "urn:oasis:names:tc:opendocument:xmlns:office:1.0", name = "binary-data")
263263
public JAXBElement<byte[]> createBinaryData(byte[] value) {

0 commit comments

Comments
 (0)