Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Remove @Nullable annotation from escapeJavaType method #60

Closed

Conversation

dpursehouse
Copy link
Contributor

Summary:
The type parameter is annotated with @Nullable, but the parameter
should not actually be null because it is being dereferenced within
the method.

Remove the annotation.

Test Plan:
Run some test builds.

Change-Id: I0605bea537a60525921c4d9f5d162e8702d2ed0c

Summary:
The `type` parameter is annotated with `@Nullable`, but the parameter
should not actually be null because it is being dereferenced within
the method.

Remove the annotation.

Test Plan:
Run some test builds.

Change-Id: I0605bea537a60525921c4d9f5d162e8702d2ed0c
bolinfest pushed a commit that referenced this pull request Nov 20, 2013
Summary:
The type parameter is annotated with @nullable, but the parameter
should not actually be null because it is being dereferenced within
the method.

Remove the annotation.

#60

Test Plan: Run some test builds.
@bolinfest
Copy link
Contributor

Merged as 033e616.

@bolinfest bolinfest closed this Nov 20, 2013
@dpursehouse dpursehouse deleted the remove-nullable-annotation branch November 20, 2013 02:59
@facebook-github-bot
Copy link
Contributor

@dpursehouse updated the pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants