fixed javadoc typo

This commit is contained in:
Adrian Cole 2011-01-24 08:55:00 -08:00
parent 6ccc229985
commit 85d05bdb91
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public interface NodeMetadata extends ComputeMetadata {
/** /**
* *
* The harware this node is running, if possible to determine. * The hardware this node is running, if possible to determine.
*/ */
@Nullable @Nullable
Hardware getHardware(); Hardware getHardware();