Skip to content

Commit

Permalink
Update XtextFormattingTokenSerializer references in JavaDocs
Browse files Browse the repository at this point in the history
The XtextFormattingTokenSerializer referred to in JavaDocs no longer exists and it seems to have been refactored into the XtextFormatter.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Nov 12, 2023
1 parent 046feef commit 4b79b8b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an example
*/
public class BeeLangTestLanguageFormatter extends AbstractDeclarativeFormatter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an example
*/
public class ExBeeLangTestLanguageFormatter extends AbstractDeclarativeFormatter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an example
*/
public class SimpleBeeLangTestLanguageFormatter extends AbstractDeclarativeFormatter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an example
*/
public class CodetemplatesFormatter extends AbstractDeclarativeFormatter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an example
*/
public class TemplatesFormatter extends AbstractDeclarativeFormatter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
* on how and when to use it.
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an
* Also see {@link org.eclipse.xtext.xtext.XtextFormatter} as an
* example
*/
public class StatemachineFormatter extends AbstractDeclarativeFormatter {
Expand Down

0 comments on commit 4b79b8b

Please sign in to comment.