Code quality changes [skip ci]

This commit is contained in:
Robin 2016-08-16 10:37:55 +02:00
commit 798ca503a5
108 changed files with 1981 additions and 2258 deletions

View file

@ -142,7 +142,7 @@ namespace GreenshotPhotobucketPlugin {
/// <summary>
/// Get list of photobucket albums
/// </summary>
/// <returns>List<string></returns>
/// <returns>List of string</returns>
public static List<string> RetrievePhotobucketAlbums() {
if (albumsCache != null) {
return albumsCache;