Skip to content

Commit 487366a

Browse files
vogellaakurtakov
authored andcommitted
Fix Javadoc build error in org.eclipse.team.ui synchronize package.html
The <a> tag was split across two lines. Java 25's strict HTML5 Javadoc parser treats this as an unknown tag, causing 6 cascading errors and breaking the aggregator build.
1 parent c746629 commit 487366a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize

team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/package.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ <h3>Synchronize action and operation utilities</h3>
142142
<hr style="width: 100%; height: 2px;">
143143
<h3>Related Documentation</h3>
144144
<ul>
145-
<li>For examples of these APIs in action please see the <a
146-
href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.examples.filesystem/">org.eclipse.team.examples.filesystem</a>
145+
<li>For examples of these APIs in action please see the <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.examples.filesystem/">org.eclipse.team.examples.filesystem</a>
147146
plug-in example and also refer to the <span style="font-weight: bold;">Platform
148147
Plug-in Developer Guide &gt; Programmer's Guide &gt; Team Support</span>
149148
documentation.<br>

0 commit comments

Comments
 (0)