Skip to content

Commit

Permalink
rename: fix scaladoc/javadoc occurrences (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Mar 30, 2022
1 parent 96efc9e commit bd2322d
Show file tree
Hide file tree
Showing 56 changed files with 114 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ object ActionServiceSourceGenerator {
| * ${service.providerName} that defines how to register and create the action for
| * the Protobuf service <code>$protoName</code>.
| *
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
| */
|public class ${service.providerName} implements ActionProvider<$classNameAction> {
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ object EventSourcedEntitySourceGenerator {
| * An event sourced entity provider that defines how to register and create the entity for
| * the Protobuf service <code>${service.messageType.name}</code>.
| *
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
| */
|public class ${className}Provider implements EventSourcedEntityProvider<${entity.state.messageType.fullName}, $className> {
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ object ReplicatedEntitySourceGenerator {
| * A replicated entity provider that defines how to register and create the entity for
| * the Protobuf service <code>${service.messageType.name}</code>.
| *
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
| */
|public class ${className}Provider implements ReplicatedEntityProvider<$parameterizedDataType, $className> {
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ object ValueEntitySourceGenerator {
| * A value entity provider that defines how to register and create the entity for
| * the Protobuf service <code>${service.messageType.name}</code>.
| *
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
| * Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
| */
|public class ${className}Provider implements ValueEntityProvider<${entity.state.messageType.fullName}, $className> {
|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* MyServiceNamedActionProvider that defines how to register and create the action for
* the Protobuf service <code>MyService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class MyServiceNamedActionProvider implements ActionProvider<MyServiceNamedAction> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* MyServiceActionProvider that defines how to register and create the action for
* the Protobuf service <code>MyService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class MyServiceActionProvider implements ActionProvider<MyServiceAction> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* MyServiceActionProvider that defines how to register and create the action for
* the Protobuf service <code>MyService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class MyServiceActionProvider implements ActionProvider<MyServiceAction> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* MyServiceActionProvider that defines how to register and create the action for
* the Protobuf service <code>MyServiceAction</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class MyServiceActionProvider implements ActionProvider<MyServiceActionImpl> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements EventSourcedEntityProvider<OuterCounterState.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements EventSourcedEntityProvider<CounterDomain.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements EventSourcedEntityProvider<CounterDomain.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements EventSourcedEntityProvider<CounterDomain.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements EventSourcedEntityProvider<OuterCounterState.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* An event sourced entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterServiceEntityProvider implements EventSourcedEntityProvider<CounterDomain.CounterState, CounterServiceEntity> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class SomeMultiMapProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<SomeMultiMapDomain.SomeKey, SomeMultiMapDomain.SomeValue>, SomeMultiMap> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class SomeMultiMapProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<SomeMultiMapDomain.SomeKey, SomeMultiMapDomain.SomeValue>, SomeMultiMap> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class SomeMultiMapProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<SomeMultiMapDomainKey.SomeKey, SomeMultiMapDomainValue.SomeValue>, SomeMultiMap> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class SomeMultiMapProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<SomeMultiMapDomain.SomeKey, SomeMultiMapDomain.SomeValue>, SomeMultiMap> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class SomeMultiMapProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<String, Double>, SomeMultiMap> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service <code>MultiMapService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class MultiMapServiceEntityProvider implements ReplicatedEntityProvider<ReplicatedMultiMap<SomeMultiMapDomain.SomeKey, SomeMultiMapDomain.SomeValue>, MultiMapServiceEntity> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A value entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements ValueEntityProvider<OuterCounterState.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* A value entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements ValueEntityProvider<CounterDomain.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* A value entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements ValueEntityProvider<CounterDomain.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* A value entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterProvider implements ValueEntityProvider<OuterCounterState.CounterState, Counter> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* A value entity provider that defines how to register and create the entity for
* the Protobuf service <code>CounterService</code>.
*
* Should be used with the <code>register</code> method in {@link kalix.javasdk.AkkaServerless}.
* Should be used with the <code>register</code> method in {@link kalix.javasdk.Kalix}.
*/
public class CounterServiceEntityProvider implements ValueEntityProvider<CounterDomain.CounterState, CounterServiceEntity> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ object ReplicatedEntitySourceGenerator {
| * A replicated entity provider that defines how to register and create the entity for
| * the Protobuf service `${service.messageType.name}`.
| *
| * Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
| * Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
| */
|object $providerName {
| def apply(entityFactory: ReplicatedEntityContext => ${entity.messageType.name}): $providerName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object SomeMultiMapProvider {
def apply(entityFactory: ReplicatedEntityContext => SomeMultiMap): SomeMultiMapProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object SomeMultiMapProvider {
def apply(entityFactory: ReplicatedEntityContext => SomeMultiMap): SomeMultiMapProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object SomeMultiMapProvider {
def apply(entityFactory: ReplicatedEntityContext => SomeMultiMap): SomeMultiMapProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object SomeMultiMapProvider {
def apply(entityFactory: ReplicatedEntityContext => SomeMultiMap): SomeMultiMapProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object SomeMultiMapProvider {
def apply(entityFactory: ReplicatedEntityContext => SomeMultiMap): SomeMultiMapProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.collection.immutable.Seq
* A replicated entity provider that defines how to register and create the entity for
* the Protobuf service `MultiMapService`.
*
* Should be used with the `register` method in [[kalix.scalasdk.AkkaServerless]].
* Should be used with the `register` method in [[kalix.scalasdk.Kalix]].
*/
object MultiMapServiceEntityProvider {
def apply(entityFactory: ReplicatedEntityContext => MultiMapServiceEntity): MultiMapServiceEntityProvider =
Expand Down
2 changes: 1 addition & 1 deletion samples/java-eventsourced-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using an Event Sourced Entity)

This example project implements an API for a shopping cart using an Kalix Event Sourced Entity
This example project implements an API for a shopping cart using a Kalix Event Sourced Entity

## See also

Expand Down
2 changes: 1 addition & 1 deletion samples/java-replicatedentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using a Replicated Entity)

This example project implements an API for a shopping cart using an Kalix Replicated Entity.
This example project implements an API for a shopping cart using a Kalix Replicated Entity.

## See also

Expand Down
2 changes: 1 addition & 1 deletion samples/java-valueentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using a Value Entity)

This example project implements an API for a shopping cart using an Kalix Value Entity
This example project implements an API for a shopping cart using a Kalix Value Entity

## See also

Expand Down
2 changes: 1 addition & 1 deletion samples/scala-customer-registry-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-eventsourced-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-eventsourced-customer-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
4 changes: 2 additions & 2 deletions samples/scala-eventsourced-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using an Event Sourced Entity)

This example project implements an API for a shopping cart using an Kalix Event Sourced Entity
This example project implements an API for a shopping cart using a Kalix Event Sourced Entity

## See also

Expand Down Expand Up @@ -85,5 +85,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-fibonacci-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-replicatedentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using a Replicated Entity)

This example project implements an API for a shopping cart using an Kalix Replicated Entity.
This example project implements an API for a shopping cart using a Kalix Replicated Entity.
## Designing

While designing your service it is useful to read [designing services](https://developer.lightbend.com/docs/akka-serverless/services/development-process.html)
Expand Down
2 changes: 1 addition & 1 deletion samples/scala-valueentity-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-valueentity-customer-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ Refer to
for more information on how to make your docker image available to Kalix.

Finally, you can use the [Kalix Console](https://console.akkaserverless.com)
to create an Kalix project and then deploy your service into it
to create a Kalix project and then deploy your service into it
through the `akkasls` CLI or via the web interface.
2 changes: 1 addition & 1 deletion samples/scala-valueentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shopping Cart example (using a Value Entity)

This example project implements an API for a shopping cart using an Kalix Value Entity.
This example project implements an API for a shopping cart using a Kalix Value Entity.
## Designing

While designing your service it is useful to read [designing services](https://developer.lightbend.com/docs/akka-serverless/services/development-process.html)
Expand Down
Loading

0 comments on commit bd2322d

Please sign in to comment.