Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ public void setType(String type) {
}

/**
* Converts this {@link Store} to a {@StoreProto.Store}
* Converts this {@link Store} to a {@link StoreProto.Store}
*
* @return {@StoreProto.Store} with configuration set
* @return {@link StoreProto.Store} with configuration set
* @throws InvalidProtocolBufferException the invalid protocol buffer exception
* @throws JsonProcessingException the json processing exception
*/
Expand Down Expand Up @@ -311,7 +311,7 @@ public void setConfig(Map<String, String> config) {
* <p>Note: Please see protos/feast/core/CoreService.proto for details on how to subscribe to
* feature sets.
*/
public class Subscription {
public static class Subscription {
/** Feast project to subscribe to. */
String project;

Expand Down