Added 'notice' string to auto-update info

This commit is contained in:
Vhati 2013-09-14 22:06:15 -04:00
parent b5f02cbcc7
commit 6ea9e8b783
5 changed files with 39 additions and 12 deletions

View file

@ -49,6 +49,8 @@ public class JacksonAutoUpdateReader {
aui.putLatestURL( entry.getKey(), entry.getValue().textValue() );
}
aui.setNotice( latestNode.get( "notice" ).textValue() );
JsonNode changelogNode = historyNode.get( "changelog" );
for ( JsonNode releaseNode : changelogNode ) {