提交 8b2c41e5 编写于 作者: S Sam Judd

add a toString method for flickr photo objects

上级 800b9099
......@@ -35,4 +35,8 @@ public class Photo {
return partialUrl;
}
@Override
public String toString() {
return getPartialUrl();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册