Skip to content

Commit ab529fe

Browse files
committed
Fix documentation typo
1 parent dfc1975 commit ab529fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jpa/storage/src/main/java/com/blazebit/job/jpa/storage/JpaPartitionKeyProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ public class JpaPartitionKeyProvider implements PartitionKeyProvider {
6060
public static final String JOB_TRIGGER_STATE_ATTRIBUTE_NAME_PROPERTY = "job.jpa.storage.job_trigger_state_attribute_name";
6161
/**
6262
* Configuration property for the job trigger state ready value.
63-
* The default value is "state".
63+
* The default value is {@link JobInstanceState#NEW}.
6464
*/
6565
public static final String JOB_TRIGGER_STATE_READY_VALUE_PROPERTY = "job.jpa.storage.job_trigger_state_ready_value";
6666
/**
6767
* Configuration property for the job instance id attribute name.
68-
* The default value is {@link JobInstanceState#NEW}.
68+
* The default value is "id".
6969
*/
7070
public static final String JOB_INSTANCE_ID_ATTRIBUTE_NAME_PROPERTY = "job.jpa.storage.job_instance_id_attribute_name";
7171
/**

0 commit comments

Comments
 (0)