aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java')
-rw-r--r--third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java b/third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java
index 56bfa83e75..25a63617ad 100644
--- a/third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java
+++ b/third_party/checker_framework_dataflow/java/org/checkerframework/dataflow/cfg/node/ImplicitThisLiteralNode.java
@@ -1,14 +1,12 @@
package org.checkerframework.dataflow.cfg.node;
-import javax.lang.model.type.TypeMirror;
-
import com.sun.source.tree.Tree;
+import javax.lang.model.type.TypeMirror;
/**
- * A node to model the implicit <code>this</code>, e.g., in a field access.
+ * A node to model the implicit {@code this}, e.g., in a field access.
*
* @author Stefan Heule
- *
*/
public class ImplicitThisLiteralNode extends ThisLiteralNode {