Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'typo' of dlab/hive
Browse files Browse the repository at this point in the history
from pull-request 1469

* refs/heads/typo:
  Fixed typo

Reviewed-by: 김창성 <changsung.kim@navercorp.com>
  • Loading branch information
ChangsungKim committed Feb 6, 2015
2 parents 51207fe + 63635cc commit 0e44da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical/java-coding-guidlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use @Nullable and @Nonnull
@Nullable is an annotation defined by javax.annotation.Nullable. If an element
is annotated with @Nullable, we say the element is nullable and it means the
element may have NULL value. Similarly, if a method is annotated with
@Nulalble, we say the method is nullable and it means the method may return
@Nullable, we say the method is nullable and it means the method may return
NULL.

In a public method:
Expand Down

0 comments on commit 0e44da7

Please sign in to comment.