The change Ia50b85b95bfd3710f9fbda2050be5950dd686941 didn't reach the
6.10 release hence update the API version to 7.0.
Change-Id: If25121797d2955e1e741eec465f69a482af353d1
*
* @return the upstream value if present, null otherwise.
*
- * @since 6.10
+ * @since 7.0
*/
public String getUpstream() {
return this.upstream;
* Name of the git ref in which a sha1 can be found, when the revision is a
* sha1.
*
- * @param upstream value of the attribute in the manifest
+ * @param upstream
+ * value of the attribute in the manifest
*
- * @since 6.10
+ * @since 7.0
*/
void setUpstream(String upstream) {
this.upstream = upstream;