This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 6f2ebbd GEODE-5582: Fix .NET API docs errors (CacheFactory.hpp) (#333)
6f2ebbd is described below
commit 6f2ebbd5900572ad292925ad37493c0d5890f69d
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Aug 16 15:07:22 2018 -0700
GEODE-5582: Fix .NET API docs errors (CacheFactory.hpp) (#333)
---
clicache/src/CacheFactory.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clicache/src/CacheFactory.hpp b/clicache/src/CacheFactory.hpp
index b5c0fdf..12f78b7 100644
--- a/clicache/src/CacheFactory.hpp
+++ b/clicache/src/CacheFactory.hpp
@@ -44,9 +44,9 @@ namespace Apache
/// A factory class that must be used to obtain instance of <see
cref="Cache" />.
/// </summary>
/// <remarks>
- /// To create a new cache instance, use <see
cref="CacheFactory.CreateCacheFactory" />.
+ /// To create a new cache instance, use <see cref="CacheFactory.Create"
/>.
/// <para>
- /// To get an existing unclosed cache instance, use <see
cref="CacheFactory.GetInstance" />.
+ /// To get an existing unclosed cache instance, use <see
cref="Cache.GetInstance" />.
/// </para>
/// </remarks>
public ref class CacheFactory