Merge branch 'feature/JAL-2664' into feature/JAL-2527
[jalview.git] / src / jalview / json / binding / biojs / BioJSRepositoryPojo.java
index 68440f1..62fb20a 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -66,8 +66,8 @@ public class BioJSRepositoryPojo
             .get("latestReleaseVersion");
 
     JSONArray repositoriesJsonArray = (JSONArray) JsonObj.get("releases");
-    for (Iterator<JSONObject> repoIter = repositoriesJsonArray.iterator(); repoIter
-            .hasNext();)
+    for (Iterator<JSONObject> repoIter = repositoriesJsonArray
+            .iterator(); repoIter.hasNext();)
     {
       JSONObject repoObj = repoIter.next();
       BioJSReleasePojo repo = new BioJSReleasePojo();