Update javadocs [ci skip]

This commit is contained in:
Timo Westkämper 2015-02-05 20:18:25 +02:00
parent 232b8b8d37
commit 93674b9051

View File

@ -633,7 +633,7 @@ public final class Expressions {
}
/**
* Get the default null expression
* Get a null expression for the specified type
*
* @return
*/
@ -643,7 +643,7 @@ public final class Expressions {
}
/**
* Get a null expression for the given type
* Get a null expression for the specified type
*
* @param type
* @param <T>
@ -654,7 +654,7 @@ public final class Expressions {
}
/**
* Get a null expression for the given path
* Get a null expression for the specified path
*
* @param path
* @param <T>