@ -108,15 +108,13 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -108,15 +108,13 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -150,10 +148,10 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -150,10 +148,10 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -164,15 +162,13 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -164,15 +162,13 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -195,7 +191,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -195,7 +191,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
/**
*Returnsthe{@linkPropertyPath}indotnotation.
*
*@return
*@returnthe{@linkPropertyPath}indotnotation.
*/
publicStringtoDotPath(){
@ -209,7 +205,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -209,7 +205,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -232,37 +228,34 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -232,37 +228,34 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -275,10 +268,6 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -275,10 +268,6 @@ public class PropertyPath implements Streamable<PropertyPath> {
this.current=result.next();
returnresult;
}
publicvoidremove(){
thrownewUnsupportedOperationException();
}
};
}
@ -297,11 +286,9 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -297,11 +286,9 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -312,7 +299,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -312,7 +299,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
/**
*Returnsthenext{@linkPropertyPath}.
*
*@return
*@returnthenext{@linkPropertyPath}.
*@throwsIllegalStateExceptionitthere'snonextone.
*/
privatePropertyPathrequiredNext(){
@ -337,8 +324,8 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -337,8 +324,8 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -355,8 +342,8 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -355,8 +342,8 @@ public class PropertyPath implements Streamable<PropertyPath> {