Skip to content

Commit 10fb38c

Browse files
committed
[javadocs] Add notice file to get javadocs as sonatype requires
unclear how we ever got away without providing but we were and last release was in 2023. sonatype has required this for many years. There is a fork on this project being released due to not fixing issues raised currently and they had to add javadoc as well.
1 parent 459f333 commit 10fb38c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

src/.gitignore

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* This program and the accompanying materials are made
3+
* available under the terms of the Eclipse Public License 2.0
4+
* which is available at https://www.eclipse.org/legal/epl-2.0/
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*/
8+
package net.revelc.jsdt.core;
9+
10+
/**
11+
* Dummy Javadoc to pass sonatype.
12+
*/
13+
public interface Notice {
14+
// Empty class to force javadoc generation.
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* This program and the accompanying materials are made
3+
* available under the terms of the Eclipse Public License 2.0
4+
* which is available at https://www.eclipse.org/legal/epl-2.0/
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*/
8+
/**
9+
* Dummy Javadoc to pass sonatype.
10+
*/
11+
package net.revelc.jsdt.core;

0 commit comments

Comments
 (0)