fixed typo

This commit is contained in:
Adrian Cole 2012-08-01 21:54:37 -07:00
parent bb5927515e
commit 513fe2ee3e
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,7 @@ public class TemplateBuilderSpec implements Serializable {
builder.osArchMatches(osArchMatches);
}
if (osDescriptionMatches != null) {
builder.osArchMatches(osDescriptionMatches);
builder.osDescriptionMatches(osDescriptionMatches);
}
if (loginUser != null) {
Builder loginBuilder = LoginCredentials.builder();
@ -541,6 +541,7 @@ public class TemplateBuilderSpec implements Serializable {
spec.osDescriptionMatches = value;
}
}
/** Parse loginUser */
static class LoginUserParser extends StringParser {
@Override