shorten comment to 80 character columns

This commit is contained in:
Andreas Zweili 2018-08-19 17:18:42 +02:00
parent 4b61aff1dd
commit ad3c9047a3
1 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,11 @@ using System.Text;
namespace Plattform
{
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "PlattformService" in code, svc and config file together.
// NOTE: In order to launch WCF Test Client for testing this service, please select PlattformService.svc or PlattformService.svc.cs at the Solution Explorer and start debugging.
// NOTE: You can use the "Rename" command on the "Refactor" menu to change
// the class name "PlattformService" in code, svc and config file together.
// NOTE: In order to launch WCF Test Client for testing this service, please
// select PlattformService.svc or PlattformService.svc.cs at the Solution
// Explorer and start debugging.
public class PlattformService : IPlattformService
{
public void DoWork()