Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Sep 3, 2020
1 parent 42b4435 commit 798d447
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
*/
package io.fusionauth.domain.search;

import java.io.Serializable;

/**
* @author Brian Pontarelli
*/
public abstract class BaseSearchCriteria implements Serializable {
public abstract class BaseSearchCriteria {
public int numberOfResults = 25;

public String orderBy;
Expand Down

0 comments on commit 798d447

Please sign in to comment.