mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Optimized usings
* Shortened type references * Removed redundant 'this' qualifier
This commit is contained in:
@@ -27,5 +27,5 @@
|
||||
*/
|
||||
namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public delegate string RestMethod( string request, string path, string param );
|
||||
}
|
||||
public delegate string RestMethod(string request, string path, string param);
|
||||
}
|
||||
Reference in New Issue
Block a user