Subversion Repositories DevTools

Rev

Rev 7046 | Rev 7169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7046 Rev 7082
Line 142... Line 142...
142
    {
142
    {
143
        // Nothing to do here
143
        // Nothing to do here
144
    }
144
    }
145
    
145
    
146
    @Override
146
    @Override
-
 
147
    public void queryWips(RippleEngine rippleEngine, ArrayList<Package> packageCollection, int baseline) throws SQLException, Exception
-
 
148
    {
-
 
149
    }
-
 
150
    
-
 
151
    @Override
-
 
152
    public void queryTest(RippleEngine rippleEngine, ArrayList<Package> packageCollection, int baseline) throws SQLException, Exception
-
 
153
    {
-
 
154
    }
-
 
155
    
-
 
156
    @Override
-
 
157
    public void queryRipples(RippleEngine rippleEngine, ArrayList<Package> packageCollection, int baseline) throws SQLException, Exception
-
 
158
    {
-
 
159
    }
-
 
160
    
-
 
161
    @Override
147
    public int queryRtagIdForSbom(int sbomId) throws SQLException
162
    public int queryRtagIdForSbom(int sbomId) throws SQLException
148
    {
163
    {
149
        return 123456;
164
        return 123456;
150
    }
165
    }
151
    
166