Skip to content

Commit 7309620

Browse files
Update Chatbot doc-comment
1 parent 8eec086 commit 7309620

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cpp/Ice/config/Chatbot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Server
99
{
10-
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
10+
/// Chatbot is an Ice servant that implements Slice interface Greeter.
1111
class Chatbot : public VisitorCenter::Greeter
1212
{
1313
public:

cpp/Ice/greeter/Chatbot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Server
99
{
10-
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
10+
/// Chatbot is an Ice servant that implements Slice interface Greeter.
1111
class Chatbot : public VisitorCenter::Greeter
1212
{
1313
public:

cpp/Ice/greeter/ChatbotAMD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace ServerAMD
99
{
10-
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
10+
/// Chatbot is an Ice servant that implements Slice interface Greeter.
1111
class Chatbot : public VisitorCenter::Greeter
1212
{
1313
public:

cpp/IceBox/greeter/Chatbot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace GreeterServer
99
{
10-
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
10+
/// Chatbot is an Ice servant that implements Slice interface Greeter.
1111
class Chatbot : public VisitorCenter::Greeter
1212
{
1313
public:

csharp/Ice/Config/Server/Chatbot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Server;
66

7-
/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88
internal class Chatbot : GreeterDisp_
99
{
1010
// Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.

csharp/Ice/Greeter/Server/Chatbot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Server;
66

7-
/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88
internal class Chatbot : GreeterDisp_
99
{
1010
// Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.

csharp/Ice/Greeter/ServerAMD/Chatbot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace ServerAMD;
66

7-
/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
7+
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
88
internal class Chatbot : GreeterDisp_
99
{
1010
// Implements the abstract method GreetAsync from the GreeterDisp_ class generated by the Slice compiler.

swift/Ice/greeter/Sources/Server/Chatbot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Ice
44

5-
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
5+
/// Chatbot is an Ice servant that implements Slice interface Greeter.
66
class Chatbot: Greeter {
77

88
// Implements the protocol method greet from the Greeter protocol generated by the Slice compiler.

0 commit comments

Comments
 (0)