From 6f29c2091c017ebd633d299a6d9ec61fb706dca0 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 26 Aug 2016 13:14:34 -0700 Subject: [PATCH] docs: Fixing formatting problem Fixing problem (mismatched
tags) that caused the page text to be obscured. See first comment for doc stage location. bug: 31046432 Change-Id: I82227fd29764755885458c1c011db534325fcde3 --- docs/html/training/multiple-threads/define-runnable.jd | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/html/training/multiple-threads/define-runnable.jd b/docs/html/training/multiple-threads/define-runnable.jd index 40853d3329cd7..84c7bdffd593d 100644 --- a/docs/html/training/multiple-threads/define-runnable.jd +++ b/docs/html/training/multiple-threads/define-runnable.jd @@ -23,11 +23,10 @@ trainingnavtop=true
Download the sample

ThreadSample.zip

-
-
+ - - + +

This lesson shows you how to implement a {@link java.lang.Runnable} class, which runs the code