-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scaladocs mentioning deprecated API
Ensure nothing mentions the deprecated API removed in previous commits for DAFFODIL-2743. Also fix some IDEA nits and improve DataProcessor constructor. SchemaSet.scala: Simplify scaladoc to stop mentioning deprecated API. Fix some IDEA nits in the same code block with IDEA quick fixes. SchemaSetRuntime1Mixin.scala: Make onPath call first DataProcessor constructor instead of now-deleted second constructor. DataProcessor.scala: Make SerializedDataProcessor extend first DataProcessor constructor instead of now-deleted second constructor. Change first DataProcessor constructor from private to public, reorder its last 4 parameters, and make its last 2 parameters optional. Delete second DataProcessor constructor and remove its scaladoc which had been saying it was using deprecated compilerExternalVars. Make copy call first constructor with reordered parameters. Remove another scaladoc which had been mentioning tunables not even passed to method anymore. DAFFODIL-2743
- Loading branch information
Showing
3 changed files
with
25 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters