Skip to content

Commit

Permalink
Deploying to gh-pages - 10:29:19
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 4, 2023
1 parent e03be48 commit bb5b077
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions snapshot/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,56 @@ <h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>

<li><a href="#annotation type">Deprecated Annotation Type</a></li>

<li><a href="#method">Deprecated Method</a></li>

</ul>
</div>
<div class="contentContainer">

<!-- Deprecated class/interface/enum types -->
<a name="annotation type"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Annotation Types table, listing deprecated annotation types, and an explanation">
<caption><span>Deprecated Annotation Types</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Annotation Type and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="grails/testing/spock/OnceBefore.html">OnceBefore</a>
<div class="block"><i>This annotation may be applied to fixture methods in a Spock Spec that should
be run once and only once before any test methods are run. </i></div>
</td>
</tr>

</tbody>
</table>
</li>
</ul>


<a name="method"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/testing/gorm/DataTest.html#getDataStore()">DataTest#getDataStore</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>as of v2.1.0 because of of consistency in the method name with
other GORM projects.</DD></DL> </i></div>
</td>
</tr>

</tbody>
</table>
</li>
</ul>


</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
Expand Down

0 comments on commit bb5b077

Please sign in to comment.