@@ -98,9 +98,8 @@ public String getWorkspace() {
9898 }
9999
100100 /**
101- * <p>Specify the workspace which the result set should be scoped to.<p/ >
101+ * <p>Specify the workspace which the result set should be scoped to.</p >
102102 * The default is the user's default workspace.
103- * <p/>
104103 *
105104 * @param workspaceRef the ref of the workspace to scope to. May be an absolute or relative ref, e.g. /workspace/1234
106105 */
@@ -118,10 +117,9 @@ public String getProject() {
118117 }
119118
120119 /**
121- * <p>Specify the project which the result set should be scoped to.<p/ >
120+ * <p>Specify the project which the result set should be scoped to.</p >
122121 * The default is the user's default project.
123122 * Specifying null will cause the result to be scoped to the entire specified workspace.
124- * <p/>
125123 *
126124 * @param projectRef the ref of the project to scope to. May be null or an absolute or relative ref, e.g. /project/1234
127125 */
@@ -131,7 +129,6 @@ public void setProject(String projectRef) {
131129
132130 /**
133131 * If a project has been specified, get whether to include matching objects in parent projects in the result set.
134- * <p/>
135132 *
136133 * @return whether to include matching objects in parent projects.
137134 */
@@ -142,7 +139,6 @@ public boolean isScopedUp() {
142139 /**
143140 * <p>If a project has been specified, set whether to include matching objects in parent projects in the result set.</p>
144141 * Defaults to false.
145- * <p/>
146142 *
147143 * @param scopeUp whether to include matching objects in parent projects
148144 */
@@ -152,7 +148,6 @@ public void setScopedUp(boolean scopeUp) {
152148
153149 /**
154150 * If a project has been specified, get whether to include matching objects in child projects in the result set.
155- * <p/>
156151 *
157152 * @return whether to include matching objects in child projects.
158153 */
@@ -163,7 +158,6 @@ public boolean isScopedDown() {
163158 /**
164159 * <p>If a project has been specified, set whether to include matching objects in child projects in the result set.</p>
165160 * Defaults to true.
166- * <p/>
167161 *
168162 * @param scopeDown whether to include matching objects in child projects
169163 */
0 commit comments