Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123027

Unused code in a demo application in FXML tutorial

XMLWordPrintable

      As reported by the user, Mastering FXML tutorial at http://docs.oracle.com/javafx/2/fxml_get_started/fxml_tutorial_intermediate.htm contains unused code:
      Some code to delete from Example 4-5 Person Class.
      public String getPrimary() {
              return getEmail();
          }
          
          public String getSecondary() {
              return getEmail();
          }

            ifedortsova Irina Fedortsova (Inactive)
            ifedortsova Irina Fedortsova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: