From 98683edb44608033b41d0a1c4b381e7e134a2ffd Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 4 Apr 2018 09:33:54 +0800 Subject: Review fixes. --- routing/geometry.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routing') diff --git a/routing/geometry.hpp b/routing/geometry.hpp index 62913c37b5..17c5ecae06 100644 --- a/routing/geometry.hpp +++ b/routing/geometry.hpp @@ -90,9 +90,9 @@ public: }; /// \brief This class supports loading geometry of roads for routing. -/// \note Loaded information about road geometry is kept in evicted cache |m_featureIdToRoad|. +/// \note Loaded information about road geometry is kept in a fixed-size cache |m_featureIdToRoad|. /// On the other hand methods GetRoad() and GetPoint() return geometry information by reference. -/// The reference is valid until the next call of GetRoad() or GetPoint() because the cache +/// The reference may be invalid after the next call of GetRoad() or GetPoint() because the cache /// item which is referred by returned reference may be evicted. It's done for performance reasons. class Geometry final { -- cgit v1.2.3