fix unnecessary section header in OpenFlow Plugin dev guide 87/34787/1
authorColin Dixon <colin@colindixon.com>
Wed, 17 Feb 2016 03:13:52 +0000 (22:13 -0500)
committerColin Dixon <colin@colindixon.com>
Wed, 17 Feb 2016 03:23:03 +0000 (03:23 +0000)
Change-Id: I0fa0b0fda389898cc22da2dc57d3adf0a66b0572
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 4c2091eb5c1aa7c38a170281bc4aee0fb1ae568d)

manuals/developer-guide/src/main/asciidoc/openflowplugin/odl-ofp-message-spy.adoc

index 683daec537312f2dd8f8b915903bd1fb0c164a73..862b670398fa2d7db2c5e5a66905e0fcd6028924 100644 (file)
@@ -2,8 +2,6 @@
 
 To aid in testing and diagnosis, the OpenFlow plugin provides information about the number and rate of different internal events.
 
-=== Implemented strategy
-
 The implementation does two things: collects event counts and exposes counts. Event counts are grouped by message type, e.g., *PacketInMessage*, and checkpoint, e.g., _TO_SWITCH_ENQUEUED_SUCCESS_. Once gathered, the results are logged as well as being exposed using OSGi command line (deprecated) and JMX.
 
 [[collect]]