diff options
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/Glacier2/FilterManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/FilterManager.cpp b/cpp/src/Glacier2/FilterManager.cpp index 6f9d8adf58f..44d0770454f 100755 --- a/cpp/src/Glacier2/FilterManager.cpp +++ b/cpp/src/Glacier2/FilterManager.cpp @@ -233,7 +233,7 @@ Glacier2::FilterManager::create(const CommunicatorPtr& communicator, const Objec PropertiesPtr props = communicator->getProperties(); // // DEPRECATED PROPERTY: Glacier2.AllowCategories is to be deprecated - // and superseded by Glacier2.Filter.Categories.Allow. + // and superseded by Glacier2.Filter.Categories.Accept. // string allow = props->getProperty("Glacier2.AllowCategories"); if(allow.empty()) |