Skip to content

Commit

Permalink
Удален устаревший метод
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Sep 14, 2020
1 parent e86c0ec commit 3ef973e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ public DiagnosticInfo(
diagnosticParameters = DiagnosticParameterInfo.createDiagnosticParameters(this);
}

@Deprecated
public DiagnosticInfo(Class<? extends BSLDiagnostic> diagnosticClass) {
this(diagnosticClass, null);
}

public Class<? extends BSLDiagnostic> getDiagnosticClass() {
return diagnosticClass;
}
Expand Down

0 comments on commit 3ef973e

Please sign in to comment.