docs: Fixing formatting problem

Fixing problem (mismatched <div> tags) that caused the page text to be
obscured. See first comment for doc stage location.

bug: 31046432
Change-Id: I82227fd29764755885458c1c011db534325fcde3
This commit is contained in:
Andrew Solovay
2016-08-26 13:14:34 -07:00
parent c2b9d55818
commit 6f29c2091c

View File

@@ -23,11 +23,10 @@ trainingnavtop=true
<div class="download-box">
<a href="{@docRoot}shareables/training/ThreadSample.zip" class="button">Download the sample</a>
<p class="filename">ThreadSample.zip</p>
</div>
</div>
</div> <!-- download-box -->
</div>
</div>
</div> <!-- tb -->
</div> <!-- tb-wrapper -->
<p>
This lesson shows you how to implement a {@link java.lang.Runnable} class, which runs the code