Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Nov 19, 2012
1 parent 13cfebf commit e67f209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private AtmosphereConfig parse(AtmosphereConfig config, Document document) {
param = n2.getFirstChild().getNodeValue();
} else if (n2.getNodeName().equals("param-value")) {
if (n2 != null) {
value = n2.getFirstChild().getNodeValue();;
value = n2.getFirstChild().getNodeValue();
}
}

Expand Down

0 comments on commit e67f209

Please sign in to comment.