Skip to content

Commit

Permalink
Merge pull request #3 from awwaiid/undeprecate-defaultsymbolfactory
Browse files Browse the repository at this point in the history
Remove deprecation warning for DefaultSymbolFactory
  • Loading branch information
nmacedo authored Apr 16, 2024
2 parents 7ed4a52 + ee50426 commit 2a98397
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ public class DefaultSymbolFactory implements SymbolFactory {
* ComplexSymbolFactory instead, since it offers more detailed information about
* Symbols in source code. Yet since migrating has always been a critical
* process, You have the chance of still using the oldstyle Symbols.
*
* @deprecated as of CUP v11a replaced by the new runtime.ComplexSymbolFactory
*/
// @deprecated
@Deprecated
public DefaultSymbolFactory() {}

Expand Down

0 comments on commit 2a98397

Please sign in to comment.