Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
#41 - Modify PUri to have the common String expressions like startsWi…
Browse files Browse the repository at this point in the history
…th etc
  • Loading branch information
rbygrave committed Jun 14, 2018
1 parent ebc4764 commit e5b443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/ebean/typequery/PUri.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @param <R> the root query bean type
*/
public class PUri<R> extends PBaseValueEqual<R,URI> {
public class PUri<R> extends PBaseString<R,URI> {

/**
* Construct with a property name and root instance.
Expand Down

0 comments on commit e5b443d

Please sign in to comment.