[banshee] Lastfm: mark a method as private in LastfmRequestTests



commit 3bfc8adac724a5ca7b8112d0930516ba2996ff93
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Fri Feb 15 23:16:47 2013 +0000

    Lastfm: mark a method as private in LastfmRequestTests
    
    No reason for it to be public... No change of behaviour in this commit.

 .../Lastfm/Lastfm/Tests/LastfmRequestTests.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/Tests/LastfmRequestTests.cs 
b/src/Libraries/Lastfm/Lastfm/Tests/LastfmRequestTests.cs
index b65d54f..ac7439f 100644
--- a/src/Libraries/Lastfm/Lastfm/Tests/LastfmRequestTests.cs
+++ b/src/Libraries/Lastfm/Lastfm/Tests/LastfmRequestTests.cs
@@ -112,7 +112,7 @@ namespace Lastfm.Tests
             UrisAreEquivalent (expected, creator.Uri.ToString ());
         }
 
-        public void UrisAreEquivalent (string expected, string actual)
+        private void UrisAreEquivalent (string expected, string actual)
         {
             if (String.IsNullOrEmpty (expected)) {
                 throw new ArgumentNullException ("expected");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]