Skip to content

Commit

Permalink
fix javadoc @return
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and akurtakov committed Nov 2, 2023
1 parent 824f124 commit 79c9f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ private boolean resolveField(IApiType type, String fieldame) throws CoreExceptio
* @param typeName referenced type name
* @param methodName referenced method name
* @param methodSignature referenced method signature
* @returns whether the lookup succeeded
* @return whether the lookup succeeded
* @throws CoreException if something goes terribly wrong
*/
private boolean resolveVirtualMethod(IApiType type, String methodName, String methodSignature) throws CoreException {
Expand Down Expand Up @@ -563,7 +563,7 @@ boolean resolveInterfaceMethod(IApiType type, String methodName, String methodSi
* @param typeName referenced type name
* @param methodName referenced method name
* @param methodSignature referenced method signature
* @returns whether the lookup succeeded
* @return whether the lookup succeeded
* @throws CoreException if something goes terribly wrong
*/
private boolean resolveMethod(IApiComponent sourceComponent, IApiType type, String methodName, String methodSignature) throws CoreException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private long headerChecksum(byte[] header) {
* Skips ahead to the position of the given entry in the file.
*
* @param entry
* @returns false if the entry has already been passed
* @return false if the entry has already been passed
* @throws TarException
* @throws IOException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private void launchTerminated(final ILaunch launch, int returnValue) throws Core
* It's ".metadala/.log", file with most recent timestamp ending with ".log"
* in configuration location or null if none found.
*
* @returns log file or null
* @return log file or null
* @since 3.4
*/
public static File getMostRecentLogFile(ILaunchConfiguration configuration) throws CoreException {
Expand Down

0 comments on commit 79c9f13

Please sign in to comment.