Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    5.1 DSRequest.getDsTransaction() getDSTransaction()-API

    Hi Isomorphic,

    I just noticed that the 5.1p DSRequest javadocs for setDsTransaction() and setDSTransaction() show that this will call parent-calls methods. Eclipse shows the same
    Click image for larger version

Name:	DSRequest-DSTransaction.PNG
Views:	24
Size:	18.0 KB
ID:	237190

    For getDsTransaction() / getDSTransaction() the javadocs also show that the parent method will be called, while Eclipse shows that DSRequest has its own implementation for getDsTransaction() (with lower "s").
    I don't know what happens there, but shouldn't they be the same, most likely meaning also overriding getDSTransaction() (with capital "S")?

    Best regards
    Blama

    #2
    No need, the superclass method which is not overriden (getDSTransaction) just calls getDsTransaction(), which is overridden.

    Comment


      #3
      Ok, great.

      Thanks,
      Blama

      Comment

      Working...
      X