# HG changeset patch # User Roland Schatz # Date 1418654300 -3600 # Node ID b7d28233da5d5b7b71d32275a289f1fabc696f0d # Parent e04d70a4d3aed3e09ee36443dce1e2afb1c19e83 Add missing //JaCoCo Exclude. diff -r e04d70a4d3ae -r b7d28233da5d graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/Kind.java --- a/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/Kind.java Mon Dec 15 14:54:59 2014 +0100 +++ b/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/Kind.java Mon Dec 15 15:38:20 2014 +0100 @@ -24,6 +24,8 @@ import java.lang.reflect.*; +//JaCoCo Exclude + /** * Denotes the basic kinds of types in CRI, including the all the Java primitive types, for example, * {@link Kind#Int} for {@code int} and {@link Kind#Object} for all object types. A kind has a