common.core: Annotate Objects#requiresNotNull
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 21 Apr 2017 20:11:19 +0000 (16:11 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 2 May 2017 13:42:49 +0000 (09:42 -0400)
Change-Id: I2e80880b67042165c6374be3b54df479851c7b2c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/95503
Reviewed-by: Hudson CI
Reviewed-by: Loic Prieur-Drevon <loic.prieurdrevon@gmail.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
common/org.eclipse.tracecompass.common.core/annotations/java/util/Objects.eea

index 02800400e79333f94e42de340d7fba29cb557905..3672eb77f69285d4711968acdae060f12842f618 100644 (file)
@@ -2,3 +2,6 @@ class java/util/Objects
 equals
  (Ljava/lang/Object;Ljava/lang/Object;)Z
  (L0java/lang/Object;L0java/lang/Object;)Z
+requireNonNull
+ <T:Ljava/lang/Object;>(TT;)TT;
+ <T:Ljava/lang/Object;>(TT;)T1T;
This page took 0.025999 seconds and 5 git commands to generate.