We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f6a3 commit dfd9361Copy full SHA for dfd9361
modules/core/core-api/src/main/java/com/enonic/xp/content/PushContentParams.java
@@ -123,14 +123,6 @@ public Builder excludeDescendantsOf( ContentIds excludeDescendantsOf )
123
return this;
124
}
125
126
- @Deprecated
127
- public Builder contentPublishInfo( ContentPublishInfo contentPublishInfo )
128
- {
129
- this.publishFrom = contentPublishInfo.getFrom();
130
- this.publishTo = contentPublishInfo.getTo();
131
- return this;
132
- }
133
-
134
public Builder publishFrom( final Instant publishFrom )
135
{
136
this.publishFrom = publishFrom;
0 commit comments