Skip to content

Commit dfd9361

Browse files
committed
wip
1 parent a36f6a3 commit dfd9361

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/core/core-api/src/main/java/com/enonic/xp/content/PushContentParams.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ public Builder excludeDescendantsOf( ContentIds excludeDescendantsOf )
123123
return this;
124124
}
125125

126-
@Deprecated
127-
public Builder contentPublishInfo( ContentPublishInfo contentPublishInfo )
128-
{
129-
this.publishFrom = contentPublishInfo.getFrom();
130-
this.publishTo = contentPublishInfo.getTo();
131-
return this;
132-
}
133-
134126
public Builder publishFrom( final Instant publishFrom )
135127
{
136128
this.publishFrom = publishFrom;

0 commit comments

Comments
 (0)