diff --git a/examples/bluetooth/btchat/chatserver.cpp b/examples/bluetooth/btchat/chatserver.cpp
index 59210e55fd5742bd0942c868d687e85eee2f2de5..683dfb94e3762f72c543a5bcf8619a07321a66cb 100644
--- a/examples/bluetooth/btchat/chatserver.cpp
+++ b/examples/bluetooth/btchat/chatserver.cpp
@@ -85,7 +85,6 @@ void ChatServer::startServer(const QBluetoothAddress& localAdapter)
 
     //serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceRecordHandle, (uint)0x00010010);
 
-    //! [Class Uuuid must contain at least 1 entry]
     QBluetoothServiceInfo::Sequence classId;
 
     classId << QVariant::fromValue(QBluetoothUuid(QBluetoothUuid::SerialPort));
@@ -95,8 +94,6 @@ void ChatServer::startServer(const QBluetoothAddress& localAdapter)
     classId.prepend(QVariant::fromValue(QBluetoothUuid(serviceUuid)));
 
     serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceClassIds, classId);
-    //! [Class Uuuid must contain at least 1 entry]
-
 
     //! [Service name, description and provider]
     serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceName, tr("Bt Chat Server"));