mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Formatting cleanup.
This commit is contained in:
@@ -123,7 +123,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// <summary>
|
||||
/// Get details of the given user.
|
||||
/// </summary>
|
||||
/// If the user isn't in cache then the user is requested from the profile service.
|
||||
/// If the user isn't in cache then the user is requested from the profile service.
|
||||
/// <param name="userID"></param>
|
||||
/// <returns>null if no user details are found</returns>
|
||||
public CachedUserInfo GetUserDetails(string fname, string lname)
|
||||
@@ -151,7 +151,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// <summary>
|
||||
/// Get details of the given user.
|
||||
/// </summary>
|
||||
/// If the user isn't in cache then the user is requested from the profile service.
|
||||
/// If the user isn't in cache then the user is requested from the profile service.
|
||||
/// <param name="userID"></param>
|
||||
/// <returns>null if no user details are found</returns>
|
||||
public CachedUserInfo GetUserDetails(UUID userID)
|
||||
|
||||
Reference in New Issue
Block a user