langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/RawHtml.java
changeset 44297 e03f5fb3714b
parent 40587 1c355ea550ed
equal deleted inserted replaced
44296:e9bbaeab6f49 44297:e03f5fb3714b
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    44 public class RawHtml extends Content {
    44 public class RawHtml extends Content {
    45 
    45 
    46     private final String rawHtmlContent;
    46     private final String rawHtmlContent;
    47 
    47 
    48     public static final Content nbsp = new RawHtml(" ");
    48     public static final Content nbsp = new RawHtml(" ");
       
    49 
       
    50     public static final Content zws = new RawHtml("​");
    49 
    51 
    50     /**
    52     /**
    51      * Constructor to construct a RawHtml object.
    53      * Constructor to construct a RawHtml object.
    52      *
    54      *
    53      * @param rawHtml raw HTML text to be added
    55      * @param rawHtml raw HTML text to be added