Skip to content

Commit

Permalink
Fixed filter in javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
all4cloud committed Jul 13, 2022
1 parent fa1178e commit 5d3268e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions odata4j-core/doc/javadoc/org/odata4j/core/OCountRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,18 +208,17 @@ <H2>
<DT><B>Returns:</B><DD>the count-request builder</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<A NAME="filter(String)"><!-- --></A><H3>
top</H3>
filter</H3>
<PRE>
<A HREF="../../../org/odata4j/core/OCountRequest.html" title="interface in org.odata4j.core">OCountRequest</A> <B>filter</B>(String&nbsp;filter)</PRE>
<DL>
<DD>Sets a filter on the result returned.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>top</CODE> - filter for returned list
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - filter for returned list
<DT><B>Returns:</B><DD>the count-request builder</DL>
</DD>
</DL>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ <H2>

<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/odata4j/core/OCountRequest.html" title="interface in org.odata4j.core">OCountRequest</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/odata4j/core/OCountRequest.html#filter(String)">filter</A></B>(String&nbsp;Filter)</CODE>
<CODE>&nbsp;<A HREF="../../../../org/odata4j/core/OCountRequest.html" title="interface in org.odata4j.core">OCountRequest</A></CODE></FONT></TD>
<TD><CODE><B>OCountRequest.</B><B><A HREF="../../../../org/odata4j/core/OCountRequest.html#filter(String)">filter</A></B>(String&nbsp;filter)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filter for returned list.</TD>
Expand Down

0 comments on commit 5d3268e

Please sign in to comment.