diff options
author | Jeff Ames | 2009-10-01 09:38:36 +0900 |
---|---|---|
committer | Jeff Ames | 2009-10-01 09:38:36 +0900 |
commit | 606e831ff5337fb5e94dcebf9d6852bd4c434d4b (patch) | |
tree | bf53bcf7f7087b8595e4fdd43c705e1247e00102 /OpenSim/Server/Base/ProtocolVersions.cs | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-606e831ff5337fb5e94dcebf9d6852bd4c434d4b.zip opensim-SC_OLD-606e831ff5337fb5e94dcebf9d6852bd4c434d4b.tar.gz opensim-SC_OLD-606e831ff5337fb5e94dcebf9d6852bd4c434d4b.tar.bz2 opensim-SC_OLD-606e831ff5337fb5e94dcebf9d6852bd4c434d4b.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Server/Base/ProtocolVersions.cs')
-rw-r--r-- | OpenSim/Server/Base/ProtocolVersions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Base/ProtocolVersions.cs b/OpenSim/Server/Base/ProtocolVersions.cs index 488a9e6..8db5bb6 100644 --- a/OpenSim/Server/Base/ProtocolVersions.cs +++ b/OpenSim/Server/Base/ProtocolVersions.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim.Server.Base | |||
30 | public class ProtocolVersions | 30 | public class ProtocolVersions |
31 | { | 31 | { |
32 | /// <value> | 32 | /// <value> |
33 | /// This is the external protocol versions. It is separate from the OpenSimulator project version. | 33 | /// This is the external protocol versions. It is separate from the OpenSimulator project version. |
34 | /// | 34 | /// |
35 | /// These version numbers should be increased by 1 every time a code | 35 | /// These version numbers should be increased by 1 every time a code |
36 | /// change in the Service.Connectors and Server.Handlers, espectively, | 36 | /// change in the Service.Connectors and Server.Handlers, espectively, |