Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 30, 2024
1 parent e3ee083 commit 71d1c28
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 678 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
## [5.0.15]
### Added
- A method to emit a log entry for a certain item:
com.epam.reportportal.service.ReportPortal.emitLog(io.reactivex.Maybe<java.lang.String>,
java.util.function.Function<java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ>)
com.epam.reportportal.service.ReportPortal.emitLog(io.reactivex.Maybe<java.lang.String>,
java.util.function.Function<java.lang.String,com.epam.ta.reportportal.ws.model.log.SaveLogRQ>)
### Changed
- Apache Tika was updated on version 1.20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.lang.annotation.Target;

/**
* Annotation used in {@link Attributes} as field, to provide {@link com.epam.ta.reportportal.ws.reporting.ItemAttributesRQ}
* Annotation used in {@link Attributes} as field, to provide {@link com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ}
* with both 'key' and 'value' fields specified
*
* @author <a href="mailto:[email protected]">Ivan Budayeu</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.lang.annotation.Target;

/**
* Annotation used in {@link Attributes} as field, to provide {@link com.epam.ta.reportportal.ws.reporting.ItemAttributesRQ}
* Annotation used in {@link Attributes} as field, to provide {@link com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ}
* with only 'value' field specified ('key' in the resulted entity will be NULL)
*
* @author <a href="mailto:[email protected]">Ivan Budayeu</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.lang.annotation.*;

/**
* Annotation for test methods and classes to attach {@link com.epam.ta.reportportal.ws.reporting.ItemAttributesRQ} to the test items
* Annotation for test methods and classes to attach {@link com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ} to the test items
*
* @author <a href="mailto:[email protected]">Ivan Budayeu</a>
* @see Attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.lang.annotation.Target;

/**
* Annotation used in {@link Attributes} as field, to provide multiple {@link com.epam.ta.reportportal.ws.reporting.ItemAttributesRQ}
* Annotation used in {@link Attributes} as field, to provide multiple {@link com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ}
* with both 'key' and 'value' fields specified.
* Used to prevent duplication of {@link Attribute} annotation with the same value and different keys
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.lang.annotation.Target;

/**
* Annotation used in {@link Attributes} as field, to provide multiple {@link com.epam.ta.reportportal.ws.reporting.ItemAttributesRQ}
* Annotation used in {@link Attributes} as field, to provide multiple {@link com.epam.ta.reportportal.ws.model.attribute.ItemAttributesRQ}
* with both 'key' (optional) and 'value' fields specified.
* Used to prevent duplication of {@link Attribute} annotation with the same key and different values
*
Expand Down
145 changes: 0 additions & 145 deletions src/main/java/com/epam/reportportal/exception/ErrorRS.java

This file was deleted.

Loading

0 comments on commit 71d1c28

Please sign in to comment.