Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java

Issue 10700082: Comment clean-up (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java
===================================================================
--- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java (revision 9355)
+++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java (working copy)
@@ -18,8 +18,8 @@
import java.net.URISyntaxException;
/**
- * Instances of the class <code>SourceFactory</code> resolve possibly relative URI's against an
- * existing {@link Source source}.
+ * Instances of the class {@code SourceFactory} resolve possibly relative URI's against an existing
+ * {@link Source source}.
*/
public class SourceFactory {
/**
@@ -49,8 +49,8 @@
/**
* Return a source object representing the URI that results from resolving the given (possibly
* relative) contained URI against the URI associated with an existing source object, or
- * <code>null</code> if either the contained URI is invalid or if it cannot be resolved against
- * the source object's URI.
+ * {@code null} if either the contained URI is invalid or if it cannot be resolved against the
+ * source object's URI.
*
* @param containingSource the source containing the given URI
* @param containedUri the (possibly relative) URI to be resolved against the containing source
@@ -68,8 +68,8 @@
/**
* Return a source object representing the URI that results from resolving the given (possibly
* relative) contained URI against the URI associated with an existing source object, or
- * <code>null</code> if either the contained URI is invalid or if it cannot be resolved against
- * the source object's URI.
+ * {@code null} if either the contained URI is invalid or if it cannot be resolved against the
+ * source object's URI.
*
* @param containingSource the source containing the given URI
* @param containedUri the (possibly relative) URI to be resolved against the containing source

Powered by Google App Engine
This is Rietveld 408576698