Skip to content

Commit

Permalink
Merge pull request #2840 from wborn/fix-javadocs
Browse files Browse the repository at this point in the history
Update `XtextFormattingTokenSerializer` references in JavaDocs
  • Loading branch information
cdietrich authored Nov 12, 2023
2 parents 046feef + 4b79b8b commit 33af52b
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 33af52b

Please sign in to comment.