common: Add NonNull external annotation to Enum.name
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 9 Feb 2016 07:26:00 +0000 (08:26 +0100)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 9 Feb 2016 17:22:15 +0000 (12:22 -0500)
Because it can't be null.

Change-Id: Id87a19010a0a0c5e3daa3ff80d094cd5df660bd4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/66173
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Hudson CI
common/org.eclipse.tracecompass.common.core/annotations/java/lang/Enum.eea [new file with mode: 0644]

diff --git a/common/org.eclipse.tracecompass.common.core/annotations/java/lang/Enum.eea b/common/org.eclipse.tracecompass.common.core/annotations/java/lang/Enum.eea
new file mode 100644 (file)
index 0000000..2b65f87
--- /dev/null
@@ -0,0 +1,4 @@
+class java/lang/Enum
+name
+ ()Ljava/lang/String;
+ ()L1java/lang/String;
This page took 0.024686 seconds and 5 git commands to generate.