releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / internal / tmf / core / callstack / FunctionNameMapper.java
index d118252c4bf0f31a06465d96dd8ae5024994343c..bece22a43a355ed12560d3f661d89b99dcfa97ea 100644 (file)
@@ -123,7 +123,7 @@ public final class FunctionNameMapper {
         return REMOVE_ZEROS_PATTERN.matcher(address).replaceFirst(""); //$NON-NLS-1$
     }
 
-    private static @Nullable IBinaryParser.IBinaryObject getBinaryObject(File file) {
+    private static IBinaryParser.@Nullable IBinaryObject getBinaryObject(File file) {
         IPath filePath = new Path(file.toString());
 
         /* Get all the available binary parsers */
This page took 0.024707 seconds and 5 git commands to generate.