Changeset 1118 for trunk


Ignore:
Timestamp:
11/22/11 20:03:47 (13 years ago)
Author:
masberg
Message:

Add missing override annotations, remove unnecessary cast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/assist/ModelicaCompletionProcessor.java

    r491 r1118  
    198198     * @return the proposed completions given the contents of the document
    199199     */
     200    @Override
    200201    public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset)
    201202    {
     
    214215     *         typed
    215216     */
     217    @Override
    216218    public IContextInformation[] computeContextInformation(ITextViewer viewer, int offset)
    217219    {
     
    411413        String token;
    412414       
    413         IParent currLevel = (IParent)importedPackage;
     415        IParent currLevel = importedPackage;
    414416       
    415417        /* skip first token */
     
    512514     * this character is .
    513515     */
     516    @Override
    514517    public char[] getCompletionProposalAutoActivationCharacters()
    515518    {
     
    521524     * this character is )
    522525     */
     526    @Override
    523527    public char[] getContextInformationAutoActivationCharacters()
    524528    {
     
    526530    }
    527531
     532    @Override
    528533    public String getErrorMessage()
    529534    {
     
    531536    }
    532537
     538    @Override
    533539    public IContextInformationValidator getContextInformationValidator()
    534540    {
Note: See TracChangeset for help on using the changeset viewer.