Skip to content

Commit

Permalink
remove needless @SuppressWarnings("javadoc")
Browse files Browse the repository at this point in the history
to get towards empty Problems View
  • Loading branch information
EcljpseB0T authored and jukzi committed Dec 4, 2023
1 parent cae2afd commit 709702c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ else if (localContentId.equals(remoteAuthor))
* @deprecated As of 3.5, replaced by
* {@link #updateLabels(SyncInfo, CompareConfiguration, IProgressMonitor)}
*/
@SuppressWarnings("javadoc")
@Deprecated
public static void updateLabels(SyncInfo sync, CompareConfiguration config) {
updateLabels(sync, config, null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public void setCurrentFileRevision(IFileRevision fileRevision){
* @deprecated As of 3.5, replaced by
* {@link Utils#findReusableCompareEditor(CompareEditorInput, IWorkbenchPage, Class[])}
*/
@SuppressWarnings("javadoc")
@Deprecated
public static IEditorPart findReusableCompareEditor(IWorkbenchPage workbenchPage) {
return Utils.findReusableCompareEditor(null, workbenchPage,
Expand Down

0 comments on commit 709702c

Please sign in to comment.