| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FormalParameter.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FormalParameter.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FormalParameter.java (working copy)
|
| @@ -14,7 +14,7 @@
|
| package com.google.dart.engine.ast;
|
|
|
| /**
|
| - * The abstract class <code>FormalParameter</code> defines the behavior of objects representing a
|
| + * The abstract class {@code FormalParameter} defines the behavior of objects representing a
|
| * parameter to a function.
|
| *
|
| * <pre>
|
|
|