Skip to content

Commit

Permalink
Update Chatbot doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 11, 2025
1 parent 8eec086 commit 7309620
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cpp/Ice/config/Chatbot.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Server
{
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
/// Chatbot is an Ice servant that implements Slice interface Greeter.
class Chatbot : public VisitorCenter::Greeter
{
public:
Expand Down
2 changes: 1 addition & 1 deletion cpp/Ice/greeter/Chatbot.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Server
{
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
/// Chatbot is an Ice servant that implements Slice interface Greeter.
class Chatbot : public VisitorCenter::Greeter
{
public:
Expand Down
2 changes: 1 addition & 1 deletion cpp/Ice/greeter/ChatbotAMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace ServerAMD
{
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
/// Chatbot is an Ice servant that implements Slice interface Greeter.
class Chatbot : public VisitorCenter::Greeter
{
public:
Expand Down
2 changes: 1 addition & 1 deletion cpp/IceBox/greeter/Chatbot.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace GreeterServer
{
/// A Chatbot is an Ice servant that implements Slice interface Greeter.
/// Chatbot is an Ice servant that implements Slice interface Greeter.
class Chatbot : public VisitorCenter::Greeter
{
public:
Expand Down
2 changes: 1 addition & 1 deletion csharp/Ice/Config/Server/Chatbot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Server;

/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
internal class Chatbot : GreeterDisp_
{
// Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.
Expand Down
2 changes: 1 addition & 1 deletion csharp/Ice/Greeter/Server/Chatbot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Server;

/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
internal class Chatbot : GreeterDisp_
{
// Implements the abstract method Greet from the GreeterDisp_ class generated by the Slice compiler.
Expand Down
2 changes: 1 addition & 1 deletion csharp/Ice/Greeter/ServerAMD/Chatbot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace ServerAMD;

/// <summary>A Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
/// <summary>Chatbot is an Ice servant that implements Slice interface Greeter.</summary>
internal class Chatbot : GreeterDisp_
{
// Implements the abstract method GreetAsync from the GreeterDisp_ class generated by the Slice compiler.
Expand Down
2 changes: 1 addition & 1 deletion swift/Ice/greeter/Sources/Server/Chatbot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import Ice

/// A Chatbot is an Ice servant that implements Slice interface Greeter.
/// Chatbot is an Ice servant that implements Slice interface Greeter.
class Chatbot: Greeter {

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

0 comments on commit 7309620

Please sign in to comment.