~ken-vandine/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to folks/note-details.vala

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  /**
87
87
   * The notes about the contact.
88
88
   *
89
 
   * @since 0.4.0
 
89
   * @since 0.5.1
90
90
   */
91
 
  public abstract HashSet<Note> notes { get; set; }
 
91
  public abstract Set<Note> notes { get; set; }
92
92
}