@@ -3135,7 +3135,8 @@ public static Expression type(String fieldName) {
31353135 *
31363136 * @param expr The expression to check the type of.
31373137 * @param type The type to check for.
3138- * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
3138+ * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
3139+ * the given type, false otherwise.
31393140 */
31403141 @ BetaApi
31413142 public static BooleanExpression isType (Expression expr , Type type ) {
@@ -3148,7 +3149,8 @@ public static BooleanExpression isType(Expression expr, Type type) {
31483149 *
31493150 * @param fieldName The name of the field to check the type of.
31503151 * @param type The type to check for.
3151- * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
3152+ * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
3153+ * the given type, false otherwise.
31523154 */
31533155 @ BetaApi
31543156 public static BooleanExpression isType (String fieldName , Type type ) {
@@ -4827,7 +4829,8 @@ public final Expression type() {
48274829 * Creates an expression that checks if the result of this expression is of the given type.
48284830 *
48294831 * @param type The type to check for.
4830- * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
4832+ * @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
4833+ * the given type, false otherwise.
48314834 */
48324835 @ BetaApi
48334836 public final Expression isType (Type type ) {
0 commit comments