New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-9517
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Justin Koke [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Spelling mistake on method name

Created: 01/Mar/06 06:19 PM   Updated: 30/Jul/06 07:34 PM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: 3.5
Fix Version/s: 3.5.2

Time Tracking:
Not Specified

Participants: Justin Koke [Atlassian]
Since last comment: 2 years, 25 weeks, 5 days ago
Resolution Date: 01/Mar/06 06:21 PM
Labels:


 Description  « Hide
A speeling mistake exists on the JiraSoapService interface:

RemoteConfiguration getConfiguraion(String token) throws RemotePermissionException, RemoteAuthenticationException, RemoteException;

This should be

RemoteConfiguration getConfiguration(String token) throws RemotePermissionException, RemoteAuthenticationException, RemoteException;

there should be a 't'.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.