Skip to content

Commit

Permalink
Add @SInCE tags for 7.7.8 (#8954)
Browse files Browse the repository at this point in the history
Add @SInCE tags to VFlash and ApplicationConstants
  • Loading branch information
hesara authored Mar 27, 2017
1 parent 5c9c773 commit 4c45075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/java/com/vaadin/client/ui/VFlash.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ public void setEmbedParams(Map<String, String> params) {
*
* Triggers embed resizing if percentage sizes are in use.
*
* @since
* @param slotOffsetHeight
* offset height of the layout slot
* @param slotOffsetWidth
* offset width of the layout slot
* @since 7.7.8
*/
public void setSlotHeightAndWidth(int slotOffsetHeight,
int slotOffsetWidth) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ public class ApplicationConstants implements Serializable {

/**
* Content type to use for text/html responses (should always be UTF-8).
*
* @since 7.7.8
*/
public static final String CONTENT_TYPE_TEXT_HTML_UTF_8 = "text/html; charset=utf-8";

Expand Down

0 comments on commit 4c45075

Please sign in to comment.