Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1610

Typo in method names of SerializableXAResourceDeserializer interface

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Optional
    • None
    • 4.17.3, 5.0.0.M2
    • Recovery
    • None

    Description

      The 2 methods in SerializableXAResourceDeserializer are named these:

      ...
      public boolean canDeserialze(String className);
      
      ...
      public XAResource deserialze(ObjectInputStream ois) throws IOException, ClassNotFoundException;
      

      Notice the typo - a missing "i" in deserialize.

      I guess it's too late or a bit too much to change those methods now since that interface might already be in use, in different projects. Hence, marking this JIRA as "Optional"

      Attachments

        Activity

          People

            thjenkin@redhat.com Tom Jenkinson
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: