@@ -393,7 +393,7 @@ public Queue<Breadcrumb> getBreadcrumbs() {
393
393
}
394
394
395
395
/**
396
- * Adds a breadcrumb to the breadcrumbs queue It also executes the BeforeBreadcrumb callback if
396
+ * Adds a breadcrumb to the breadcrumbs queue. It also executes the BeforeBreadcrumb callback if
397
397
* set
398
398
*
399
399
* @param breadcrumb the breadcrumb
@@ -737,7 +737,7 @@ Session withSession(final @NotNull IWithSession sessionCallback) {
737
737
return cloneSession ;
738
738
}
739
739
740
- /** the IWithSession callback */
740
+ /** The IWithSession callback */
741
741
interface IWithSession {
742
742
743
743
/**
@@ -785,14 +785,14 @@ SessionPair startSession() {
785
785
/** The SessionPair class */
786
786
static final class SessionPair {
787
787
788
- /** the previous session if exists */
788
+ /** The previous session if exists */
789
789
private final @ Nullable Session previous ;
790
790
791
791
/** The current Session */
792
792
private final @ NotNull Session current ;
793
793
794
794
/**
795
- * The SessionPar ctor
795
+ * The SessionPair ctor
796
796
*
797
797
* @param current the current session
798
798
* @param previous the previous sessions if exists or null
@@ -803,7 +803,7 @@ public SessionPair(final @NotNull Session current, final @Nullable Session previ
803
803
}
804
804
805
805
/**
806
- * REturns the previous session
806
+ * Returns the previous session
807
807
*
808
808
* @return the previous sessions if exists or null
809
809
*/
@@ -880,7 +880,7 @@ public void setPropagationContext(final @NotNull PropagationContext propagationC
880
880
}
881
881
}
882
882
883
- /** the IWithTransaction callback */
883
+ /** The IWithTransaction callback */
884
884
@ ApiStatus .Internal
885
885
public interface IWithTransaction {
886
886
0 commit comments