File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ private:
113
113
// ///////////////////////////////////////////////////////////////////////////
114
114
// / \brief Create an a new RNTupleJoinTable for the RNTuple represented by the provided page source.
115
115
// /
116
- // / \param[in] fieldNames The names of the join fields to use for the join table. Only integral-type fields are
116
+ // / \param[in] joinFieldNames The names of the join fields to use for the join table. Only integral-type fields are
117
117
// / allowed.
118
- RNTupleJoinTable (const std::vector<std::string> &fieldNames ) : fJoinFieldNames (fieldNames ) {}
118
+ RNTupleJoinTable (const std::vector<std::string> &joinFieldNames ) : fJoinFieldNames (joinFieldNames ) {}
119
119
120
120
public:
121
121
RNTupleJoinTable (const RNTupleJoinTable &other) = delete ;
@@ -127,11 +127,11 @@ public:
127
127
// ///////////////////////////////////////////////////////////////////////////
128
128
// / \brief Create an RNTupleJoinTable from an existing RNTuple.
129
129
// /
130
- // / \param[in] fieldNames The names of the join fields to use for the join table. Only integral-type fields are
130
+ // / \param[in] joinFieldNames The names of the join fields to use for the join table. Only integral-type fields are
131
131
// / allowed.
132
132
// /
133
133
// / \return A pointer to the newly-created join table.
134
- static std::unique_ptr<RNTupleJoinTable> Create (const std::vector<std::string> &fieldNames );
134
+ static std::unique_ptr<RNTupleJoinTable> Create (const std::vector<std::string> &joinFieldNames );
135
135
136
136
// ///////////////////////////////////////////////////////////////////////////
137
137
// / \brief Add an entry mapping to the join table.
You can’t perform that action at this time.
0 commit comments