Skip to content

Commit 709702c

Browse files
EcljpseB0Tjukzi
authored andcommitted
remove needless @SuppressWarnings("javadoc")
to get towards empty Problems View
1 parent cae2afd commit 709702c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ else if (localContentId.equals(remoteAuthor))
441441
* @deprecated As of 3.5, replaced by
442442
* {@link #updateLabels(SyncInfo, CompareConfiguration, IProgressMonitor)}
443443
*/
444-
@SuppressWarnings("javadoc")
445444
@Deprecated
446445
public static void updateLabels(SyncInfo sync, CompareConfiguration config) {
447446
updateLabels(sync, config, null);

team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/CompareRevisionAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public void setCurrentFileRevision(IFileRevision fileRevision){
189189
* @deprecated As of 3.5, replaced by
190190
* {@link Utils#findReusableCompareEditor(CompareEditorInput, IWorkbenchPage, Class[])}
191191
*/
192-
@SuppressWarnings("javadoc")
193192
@Deprecated
194193
public static IEditorPart findReusableCompareEditor(IWorkbenchPage workbenchPage) {
195194
return Utils.findReusableCompareEditor(null, workbenchPage,

0 commit comments

Comments
 (0)